KnockKnock is a Python script to find admin panel of a website
Warning
This tool is only for educational purpose, developer is not responsible for any misuse or illegal activities.
- Fast (Multithreaded)
- Random user-agents
- Proxy
- Big path list
-
Make sure you have python3 and pip3 installed on your device.
-
Install the requirements:
pip3 install -r requirements.txt
Start the scan:
python3 knockknock.py http://example.com-
-for--fastto enable multithreads:python3 knockknock.py http://example.com --fast
-
-ror--random-agentto enable random user-agents:python3 knockknock.py http://example.com --random-agent
-
-por--proxyto use HTTP(s) or SOCKS(4/5) proxy:python3 knockknock.py http://example.com --proxy http://127.0.0.1:8080
or
python3 knockknock.py http://example.com --proxy socks5://127.0.0.1:8080