Admin-Scanner is a script written in python that helps you discover dashboards from web pages.
Installation (Linux / pc)
- sudo apt install python3
- sudo apt install python3-pip
- sudo apt install git
- git clone https://github.com/alienwhatever/Admin-Scanner.git cd Admin-Scanner
Installation (Termux / Android)
- pkg update && pkg upgrade
- pkg install python3
- pkg install git
- git clone https://github.com/alienwhatever/Admin-Scanner.git
- cd Admin-Scanner
- pip3 install -r requirement.txt
Use
<queues>author: alienwhatever |
|
credit github.com/bdblackhat for list.txt |
|
original-source-of-list.txt - https://github.com/bdblackhat/admin-panel-finder/blob/master/link.txt |
|
|
|
This tool is for educational and testing purposes only |
|
I am not responsible for what you do with this tool |
|
|
|
uses: |
|
|
|
-website < url of website> - Website to scan |
|
|
|
--proxy < prorocol>-< proxyserverip:port> - Scan admin panel using proxy server |
|
|
|
--t < second(s)> - Time delay for a thread to scan (To prevent from getting HTTP 508) |
|
|
|
--w < path/of/custom/wordlist> - custom wordlist |
|
|
|
example: |
|
./scan.py -site example.com |
|
./scan.py -site example.com --t 1 |
|
./scan.py -site example.com example2.com |
|
./scan.py -site example.com --w /custom/wordlist/list.txt |
|
./scan.py --proxy http-1.2.3.4:8080 -site example.com</queues> |
You can download the program from here.
Read them Technology News from all over the world, with the validity of iGuRu.gr
Follow us on Google News
Comment Policy:
IGuRu.gr does not publish the comments immediately. Malicious comments, comments that include ads, or comments that are offensive are deleted without notice. We do not adopt the opinions expressed by our readers.
Your comments will be displayed after approval by the administrators