Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.58 KB

File metadata and controls

60 lines (39 loc) · 1.58 KB

🚀 Shell-Finder PRO

Python 3.x License Maintenance

A powerful, multi-threaded admin panel and shell finder tool written in Python 3. Designed for penetration testers and researchers to quickly identify potential entry points.

✨ Features

  • Multi-Threaded: Blazing fast scanning with concurrent threads.
  • 🎯 Smart Detection: Random User-Agents to bypass basic WAF/filters.
  • 🎨 Modern Interface: Clean, colored CLI output.
  • 🛠 Customizable: Adjustable thread count and dictionary support.
  • 🐍 Python 3: Fully modernized codebase.

📦 Installation

git clone https://github.com/exploit1337/Shell-Finder.git
cd Shell-Finder
# No external dependencies required! (Uses standard library)

🚀 Usage

Basic Scan

python3 shellfinder.py -u http://example.com

Advanced Scan

Scan with 50 threads and a custom wordlist:

python3 shellfinder.py -u http://example.com -t 50 -w my_wordlist.txt

Help Menu

python3 shellfinder.py --help

📝 GitHub Short Description

A blazing fast, multi-threaded web shell and admin panel finder written in Python 3. 🚀

⚠️ Disclaimer

This tool is for educational purposes and authorized penetration testing only. The author is not responsible for any misuse.


Original Author: exploit1337 Updated by: Community