Share
## https://sploitus.com/exploit?id=C83D5B2B-DBC8-5688-930F-72A865595E37
# CVE-2026-23550

# Dedsec WordPress Exploitation 

**Author:** (Dedsec Team)  
**Description:** A powerful bash script for WordPress user enumeration and automated admin account creation. Built for educational purposes and authorized security testing only.

## ๐Ÿš€ Features
- **User Enumeration** โ€“ Discovers WordPress usernames by cycling through author IDs (`/?author=1`, `/?author=2`, etc.)
- **Google Dork Display** โ€“ Shows useful Google dorks to find vulnerable WordPress sites (optional)
- **Exploit Mode** โ€“ Attempts to create a new administrative user on the target (requires a vulnerable plugin/theme or specific CVE)
- **Clean Output** โ€“ Color-coded console feedback for easy reading

## ๐Ÿ“ฆ Requirements
- Bash 4+
- `curl` (for HTTP requests)
- `base64` (if you're using the obfuscated version, hehe)

## ๐Ÿ”ง Installation
```bash
git clone https://github.com/yourusername/dedsec-wp-toolkit.git
cd dedsec-wp-toolkit
chmod +x wp_exploit.sh