admin-finder
admin-finder copied to clipboard
how to get real admin link?
Hi! Cod3r because some website redirect 404 link to not found page same as way: domain.com/admin --> this link not is admin link but it still live so this script detect it is admin link live
in worker.py: if self.urlHandler.scan(url) == 200: self.logger.info("Admin page found: %s", url)
how to add more same as: if have keyword Page not found or adny keyword to detect this not admin so that url not admin url
Hey @sadazs
Thanks for the suggestion. I know this was always a possibility. But didn't had the time to implement it earlier. I will implement a more sophisticated detection method soon in order to avoid such issue.
Do note that PR is always welcome.