-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Not working in custom favicon directory scenario #297
Comments
Hi @Kr1shna4garwal , thanks for your contribution! I thought about that, I was putting the effort in increasing the size of the database . thanks |
Hi @edoardottt, |
Thanks :) |
Hello @edoardottt, I'm not a Golang programmer, So I don't much knowledge in Go But in general, I think steps should be:
|
It may not the best solution. Now the tool performs 1 request per target. with that solution all of the targets will get 2 requests, resulting in double time and resources needed. If the vast majority of the domains use /favicon.ico, this is definitely not a good solution. |
That's right, It maybe not the best solution but still we can implement it in different way! |
I agree @Kr1shna4garwal . I was thinking the same. issue prioritized:) |
|
Is your feature request related to a problem? Please describe.
Tool is really good, but it seems not working in some scenarios, like if a site has placed it's favicon.ico file in a directory (Example: http://example[.]com/images/favicon.ico), tool will miss out the favicon. So instead of statically requesting just favicon.ico, it is recommend to first locate the path of favicon.ico in the source and then request it.
Describe the solution you'd like
The Tool should grep for .ico extension in page source, and then request that path for catching actual favicon.ico file
The text was updated successfully, but these errors were encountered: