Admin url checking shell script

Simple admin url checking shell script which helps you to check what is the admin url of any website through brute-forcing. The script outputs the http status code for every url in the url_list.txt for the domain name in site.txt, so if the result code is not 404 then we found something interesting. I added the home / url to see everything is working well and the /robots.txt url for cases when a webmaster restricts the crawlers access for something interesting ;).

Continue reading Admin url checking shell script