Gorecon is a All in one Reconnaissance Tool , a.k.a swiss knife for Reconnaissance , A tool that every pentester/bughunter might wanna consider into their arsenal
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
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