Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

screenshot filenames #242

Closed
kokanin opened this issue Oct 2, 2024 · 0 comments
Closed

screenshot filenames #242

kokanin opened this issue Oct 2, 2024 · 0 comments

Comments

@kokanin
Copy link

kokanin commented Oct 2, 2024

The filename output for screenshots has changed and is now unparseable. The old format was protocol-ip-port.extension, seperated by dashes and easily readable for other tooling. The new filename is unparseable due to ambiguity between last octet and port number, as the filename is just protocolipport.extension mashed together, meaning that http://10.0.0.1:1234 and http://10.0.0.11:234 collide.

To Reproduce
take a screenshot like gowitness-3.0.3-linux-amd64 scan single -u http://10.0.1.1:6992

Expected behavior
filename for http://10.0.1.1:6992 should be http-10.0.0.1-6992.png, not http10.0.1.16992.png

Version Information:

  • gowitness: 3.0.3
@leonjza leonjza closed this as completed in 4918ba4 Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant