Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/alienwhatever/admin-scanner
ReconnaissanceInformation GatheringWeb SecurityPenetration Testing
GitHubalienwhatever/admin-scanner

Admin-Scanner

This tool is design to find admin panel of any website by using custom wordlist or default wordlist easily and allow you to find admin panel trough a proxy server

View Repository
169385 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Admin-Scanner — This tool is design to find admin panel of any website by using custom wordlist or default wordlist easily and allow you to find admin panel trough a proxy server | Kitploit

Admin-Scanner

Website Admin Panel Finder

How To Install? (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

How to Install? (Termux/Android)

  • pkg update && pkg upgrade

  • pkg install python3

  • pkg install git

  • git clone https://github.com/alienwhatever/Admin-Scanner.git

  • cd Admin-Scanner

Usage

root@kitploit:~
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

Download Tool