Skip to content
#

admin-panel-finder

Here are 14 public repositories matching this topic...

sadazs
sadazs commented Mar 15, 2019

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 dete

Improve this page

Add a description, image, and links to the admin-panel-finder topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the admin-panel-finder topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.