projectdiscovery / httpx

httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
https://docs.projectdiscovery.io/tools/httpx
MIT License
7.53k stars 822 forks source link

Favicon support md5 #1801

Closed luke-goddard closed 3 months ago

luke-goddard commented 3 months ago
./httpx -u hackerone.com -silent -favicon md5 -j  | jq .favicon
"e2ed1a24ed8db1f5b522359b1661e54e"

closes https://github.com/projectdiscovery/httpx/issues/1791

I started working on this before looking at open issues and pull requests as I needed MD5 for rapid7's recog database . Looks like someone beat me to it. Feel free to close. The only major difference between the PR's is that mine asks for a Hash algorithm to be specified on the command line.

https://github.com/projectdiscovery/httpx/pull/1799

dogancanbakir commented 3 months ago

Thanks for the work! Duplicate of https://github.com/projectdiscovery/httpx/pull/1799.