kaustubhrprabhu / KnockKnock

Admin panel / admin page finder written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KnockKnock

GitHub release (with filter) Static Badge

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.

Features

  • Fast (Multithreaded)
  • Random user-agents
  • Proxy
  • Big path list

Requirements

  1. Make sure you have python3 and pip3 installed on your device.

  2. Install the requirements:

    pip3 install -r requirements.txt

Usage

Start the scan:

python3 knockknock.py http://example.com

Options

  • -f or --fast to enable multithreads:

    python3 knockknock.py http://example.com --fast
  • -r or --random-agent to enable random user-agents:

    python3 knockknock.py http://example.com --random-agent
  • -p or --proxy to 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

License

MIT © Kaustubh Prabhu

About

Admin panel / admin page finder written in Python

License:MIT License


Languages

Language:Python 100.0%