The Bytecode Club
PHP Admin Page Scanner - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1)
+--- Forum: Programming (https://the.bytecode.club/forumdisplay.php?fid=86)
+--- Thread: PHP Admin Page Scanner (/showthread.php?tid=305)



PHP Admin Page Scanner - zooty - 01-13-2015

Description:
A PHP script to find login pages.

Screenshots:
[Image: uxmqsl.png]
[Image: ccmgsy.png]

Requirements:
  • A web server with PHP
  • curl and php-curl
Usage:
  1. Upload the files to your web server
  2. Navigate to wherever you uploaded the files
  3. Enter in the URL and the 404 Not Found message and submit the form
  4. Wait for all of the pages to be checked
  5. Pages marked with a green Found! message exist.
Notes:
  • You might want to add a sleep after each request (in the foreach loop) because your hosting account might get suspended.
  • To add more admin pages, add them into the array inside the pages.php file
Download:
http://a.pomf.se/genbuk.rar RAR password is hackbb.in

Virus Scans:
jotti.org (0/22)
virustotal.com (0/56)


RE: PHP Admin Page Scanner - Dylan - 01-13-2015

Will upload this on a trial page that I'll link so other users can see in action.

http://search.nostracosa.info/

Also uploaded...

http://sqli.nostracosa.info/


RE: PHP Admin Page Scanner - zooty - 01-13-2015

(01-13-2015, 07:58 AM)Dylan Wrote:  Will upload this on a trial page that I'll link so other users can see in action.

http://search.nostracosa.info/

Also uploaded...

http://sqli.nostracosa.info/

Thanks <3