v1.6.5
What's Changed
- Added
favicon_url
in output with-favicon
option by @Ice3man543 in #1774
# OPTION
-favicon display mmh3 hash for '/favicon.ico' file
# EXAMPLE
$ echo hackerone.com | ./httpx -favicon -j -silent | jq -r .favicon_url
https://hackerone.com/favicon.ico
- Fixed issues with favicon detection + SDK update by @Ice3man543 in #1774
- Fixed panic issue with wappalyzer by @dogancanbakir in #1777
Full Changelog: v1.6.4...v1.6.5