error in fetch favicon mmh3 httpx #2168
Unanswered
Mr-B0hl00l
asked this question in
Q&A
Replies: 1 comment
-
This is caused by your use of the HTTPX options. Since you are creating the options struct yourself on https://github.com/projectdiscovery/httpx/blob/dev/common/httpx/httpx.go#L265C1-L266C1 the value of Add the below to your options.
...
fmt.Printf("%s %s %s %s %s\n", r.Input, r.FaviconPath, r.FaviconURL, r.FavIconMD5, r.FavIconMMH3)
},
Threads: 1,
MaxResponseBodySizeToRead: int(httpx.DefaultOptions.MaxResponseBodySizeToRead), $ go run .
https://ap-northeast-1.console.aws.amazon.com [1591992747]
ap-northeast-1.console.aws.amazon.com /favicon.ico https://ap-northeast-1.console.aws.amazon.com/favicon.ico 0531761bc42f2c4b743a6500f9a873be 1591992747 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
this code doesn't have favicon result !
Beta Was this translation helpful? Give feedback.
All reactions