-
Notifications
You must be signed in to change notification settings - Fork 875
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
hash improvement #528
hash improvement #528
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is slight change on mmh3 hash genration with favicon
flag vs the default one, the default one can be adapted to mimic the pythoic (-favicon
) mmh3 hash.
echo https://mta-sts.forwarding.hackerone.com/favicon.ico | ./httpx -hash mmh3 -silent
https://mta-sts.forwarding.hackerone.com/favicon.ico [2594644036]
echo https://mta-sts.forwarding.hackerone.com | ./httpx -favicon -silent
https://mta-sts.forwarding.hackerone.com/favicon.ico [-1700323260]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As it's unclear the types of hashes are supported, this information can be made available to help menu by printing hashType
-hash string Display response body hash (supported: md5,mmh3,sha256,sim)
This bug is because I forgot to convert the final mmh3 hash to int32. just change:
test:
|
SonarCloud Quality Gate failed. |
No description provided.