Skip to content

Latest commit

Β 

History

History
37 lines (29 loc) Β· 994 Bytes

File metadata and controls

37 lines (29 loc) Β· 994 Bytes

Joomla Pentest Pro πŸ”

Key Features πŸ› οΈ

  • βœ… Smart Brute Force with CSRF handling
  • βœ… Vulnerability detection (LFI, XSS, SQLi)
  • βœ… Integrated com_sef LFI exploit
  • βœ… 200+ common passwords wordlist
  • βœ… Configurable multi-threading (up to 50 threads)
  • βœ… Randomized User-Agents for WAF evasion
  • βœ… Multi-URL scanning via file input

Installation βš™οΈ

Requirements

  • Python 3.8+
  • Required libraries:
pip install requests beautifulsoup4 argparse
git clone https://github.com/HackfutSec/Joomla.git
cd Joomla

# Single target scan
python joomla.py -u http://example.com

# Scan with custom wordlists
python joomla.py -f urls.txt -l users.txt -p passwords.txt

# Advanced options
python joomla.py -u http://example.com -t 30 -d 0.2

Full Options
Option	Description	Default Value
-u URL	Target URL	-
-f FILE	File containing target URLs	-
-l USERLIST	Custom username wordlist	Built-in
-p PASSLIST	Custom password wordlist	Built-in