You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The flag for filtering HTTP response codes is missing in release 3.0.5. It is also missing in the gowitness scan file --help.
The functionality was added in this commit and discussed in this issue
On Linux, at least in the gowitness Bbot module, only HTTP 200 responses are saved to disk. The windows binary however is saving many undesirable response codes. When iterating through massive domain lists, this becomes problematic.
Describe the bug
The flag for filtering HTTP response codes is missing in release 3.0.5. It is also missing in the gowitness scan file --help.
The functionality was added in this commit and discussed in this issue
On Linux, at least in the gowitness Bbot module, only HTTP 200 responses are saved to disk. The windows binary however is saving many undesirable response codes. When iterating through massive domain lists, this becomes problematic.
To Reproduce
Run
gowitness scan file -f <file> --screenshot-path <path> --screenshot-fullpage --screenshot-filter <codes>
Expected behavior
The flag should exist and be recognized. It should also exist in --help.
Version Information:
The text was updated successfully, but these errors were encountered: