top of page
Writer's pictureDiniz Martins

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 ⚠️
55 views0 comments

Recent Posts

See All

Fake Data in Python

If you are developing applications, testing your software, or just exploring Python's capabilities, you might have faced a situation...

Mobile | Secret Phone Codes

Our smartphones have become extensions of ourselves, facilitating much of our communication and storing troves of private data. If...

Mouse & Keyboard Bot

This article illustrates how to automate mouse and keyboard movements using pyautogui module in python. This module is not preloaded with...

Comments


bottom of page