admin-finder icon indicating copy to clipboard operation
admin-finder copied to clipboard

how to get real admin link?

Open sadazs opened this issue 5 years ago • 1 comments

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

sadazs avatar Mar 15 '19 11:03 sadazs

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.

the-c0d3r avatar Mar 18 '19 00:03 the-c0d3r