8000 GitHub - HackfutSec/Joomla: Complet Tool exploit joomla servers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HackfutSec/Joomla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

0