Skip to content

[ Admin panel finder / Admin Login Page Finder ] ¢σ∂є∂ ву 👻 (❤-❤) 👻

License

Notifications You must be signed in to change notification settings

mIcHyAmRaNe/okadminfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub License Static Badge GitHub Repo stars Pepy Total Downloads

Overview

OKadminFinder is a powerful, open-source tool designed to help administrators and penetration testers discover admin panels, directories, subdomains of a website and even some webshells.
Built with Python 3.x, OKadminFinder offers a robust set of features to ensure effective and secure scanning.

Features

  • Multi-Platform Support: Works on Windows, Linux, and macOS.
  • Easy Installation and Updates: Simple commands to install, update, and remove the tool.
  • Extensive Admin Panel Database: Over 1600 potential admin panels.
  • Command-Line Interface: Works with parameters for flexible usage.
  • Target URL: Specify the target URL for scanning.
  • URLs File: Specify a file containing a list of URLs to scan.
  • Random User Agents: Helps avoid detection by using random user agents.
  • Proxy Support: Supports HTTP/HTTPS proxies.
  • Socks4/5 & Tor: Enhanced anonymity with Socks4/5 and Tor support.
  • Custom Wordlists: Use your own wordlists for more targeted scanning.
  • DNS Mode: Use DNS mode for wordlist scanning.
  • Subdomain Discovery: Equivalent to fuzz.URL for finding subdomains.
  • Fuzzing Mode: Use fuzzing mode for more dynamic URL testing.
  • File Extensions: Search for specific file extensions.
  • Status Codes: Specify valid HTTP status codes or ranges.
  • Custom Cookies: Set custom cookies for requests.
  • Support for Authentication: Use custom username and password for secure access during scans.
  • Output File: Save results to an output file.
  • Cache Management: Clear and disable the cache for fresh scans.
  • Timeout Settings: Customize timeout settings for requests.
  • Connection Pools: Adjust the number of connection pools for better performance.
  • Threading: Control the number of threads for concurrent processing.
  • Retry Mechanism: Set the number of retries for failed requests.
  • Delay Customization: Fine-tune delay between requests to control response times.
  • Debug Mode: Detailed logging for debugging purposes.
  • Requirements

Python Dependencies Dev Dependencies

  • Linux

    ❯ sudo apt install tor
    ❯ sudo service tor start
  • Windows

    Download tor windows expert bundle

  • Installation

    • PyPi

      # Install
      ❯ pip install okadminfinder
      # Update
      ❯ pip install --upgrade okadminfinder
      # Remove
      ❯ pip uninstall okadminfinder
    • Git Clone

      # Download and Usage
      ❯ git clone https://github.com/mIcHyAmRaNe/okadminfinder.git
      ❯ cd okadminfinder
      ❯ pip3 install -r requirements.txt
      ❯ chmod +x okadminfinder.py
      ❯ ./okadminfinder.py -h

Preview

Usage

  • Basic Usage

    # Scanning a Single URL
    ❯ okadminfinder --url https://example.com
        
    # Scanning Multiple URLs from a File
    ❯ okadminfinder --urls-file urls.txt
        
    # Using a Custom Wordlist
    ❯ okadminfinder --url https://example.com --wordlist custom_wordlist.txt
        
    # Using Random User Agents
    ❯ okadminfinder --url https://example.com --random-agent
        
    # Using a Proxy
    ❯ okadminfinder --url https://example.com --proxy 127.0.0.1:8080
        
    # Using Tor for Anonymity
    ❯ okadminfinder --url https://example.com --tor

Important

Parameter Conflicts:
Proxy and Tor: You cannot use both a proxy and Tor at the same time.
DNS Mode and Fuzzing Mode: You cannot use both DNS mode and fuzzing mode at the same time.
Files Option and Non-Fuzzing Mode: The --files option can only be used with the fuzzing mode.
URL and URLs File: You cannot provide both a single URL and a file containing multiple URLs at the same time.

  • Advanced Usage

    For more advanced usage examples and detailed documentation, an Advanced Wiki is under construction.

Developer Section

  • PyPi

    # Install Poetry
    curl -sSL https://install.python-poetry.org | python3 -
    
    # Clone the repo
    git clone https://github.com/mIcHyAmRaNe/okadminfinder.git
    
    # Build the project
    poetry build
    
    # Publish the package
    poetry publish
  • Debian (planned)

    # Install Poetry
    curl -sSL https://install.python-poetry.org | python3 -
    
    # Install build requirements
    sudo apt install debhelper dh-python python3-setuptools python3-all pybuild-plugin-pyproject
    
    # Clone the repo
    git clone https://github.com/mIcHyAmRaNe/okadminfinder.git
    
    # Create the source tarball
    tar czf okadminfinder_{version}.orig.tar.gz okadminfinder
    
    # Get inside the project folder
    cd okadminfinder
    
    # Build the deb package
    dpkg-buildpackage -rfakeroot -uc -us
    
    # Notes:
    # Steps from Python to Debian.
    # Install Stdeb
    pip install stdeb
    # Debianize Python package creating debian folder
    python3 setup.py --command-packages=stdeb.command debianize
    # we edit rules, control files, we create changelog, man pages...
    # Build deb package
    dpkg-buildpackage -rfakeroot -uc -us
    # before building a new version, make sure to clean it first

YouTube Videos

Disclaimer

Important

OKadminFinder is intended for educational purposes and authorized penetration testing only.
Usage of OKadminFinder for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state, and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Donate

Note

If you find OKadminFinder useful and would like to support its development, you can donate to the following address:
Bitcoin Address: 1LZiNVRZupWNbB9bEPxsiwoC5AGPAuFCjp
Your support is greatly appreciated ♥️