Admin Scanner
1.0.0
sudo apt python3을 설치합니다
Sudo apt Python3-Pip을 설치하십시오
Sudo apt install git
git 클론 https://github.com/alienwhate/admin-scanner.git
CD 관리자-스캔너
PKG 업데이트 및 PKG 업그레이드
PKG 설치 Python3
PKG 설치 git
git 클론 https://github.com/alienwhate/admin-scanner.git
CD 관리자-스캔너
author: alienwhatever
credit github.com/bdblackhat for list.txt
orginal-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
Usages:
-site <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