Screnshot/Wappalyzer issue introduced in 1.6.0/1.6.1 #1707
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
httpx version: 1.6.0/1.6.1 (docker)
Current Behavior:
When adding the -ss/-screenshot argument, a go wappalyzer error is shown. By downgrading to 1.5.0 this issue is gone, indicating this is a newly introduced issue
Expected Behavior:
The program running without error
Steps To Reproduce:
docker run --rm projectdiscovery/httpx:v1.6.1 -u google.com -fr -screenshot
Running the older version:
docker run --rm projectdiscovery/httpx:v1.5.0 -u google.com -fr -screenshot
the issue does not pop up without the
screenshot
argument, indicating that it's related.Anything else:
Weird behavior is that even when pulling the v1.6.1, it shows that the current version is 1.6.0 (and is outdated, see screenshot). The image pulled is cleary 1.6.1, this could be a forgotten version bump as i observe the same behavior when executing the binary without docker
The text was updated successfully, but these errors were encountered: