top of page

Admin-Scanner

This tool is design to find Admin Panel of any website by using custom wordlist or default wordlist easily.

Grab the result and paste to your web browser:


How to install:

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


⚠️ This tool is for educational and testing purposes only ⚠️
51 views0 comments

Recent Posts

See All

Our smartphones have become extensions of ourselves, facilitating much of our communication and storing troves of private data. If someone wants to monitor your activity, tapping your phone is a viabl

This article illustrates how to automate mouse and keyboard movements using pyautogui module in python. This module is not preloaded with python. So to install it run the following command: The code s

Edit a website – even if it’s not yours! This is how you can edit any website directly from your browser: #1) Open a Webpage; #2) Right-click on any spot in the website, select “Inspect Element”; #3)

bottom of page