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-34085-Multi-target — Multi-target unauthenticated RCE scanner for CVE-2025-34085 affecting WordPress Simple File List plugin. Uploads, renames, and triggers PHP webshells across large target sets. | Kitploit
Tools/GitHubGitHub/ill-deed/cve-2025-34085-multi-target
Vulnerability ScannersPayload GenerationExploitationShellcodeWeb Application ExploitationPenetration TestingCommand and ControlRed Teaming

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
ill-deed/cve-2025-34085-multi-target

CVE-2025-34085-Multi-target

Multi-target unauthenticated RCE scanner for CVE-2025-34085 affecting WordPress Simple File List plugin. Uploads, renames, and triggers PHP webshells across large target sets.

View Repository
3431 year agoReviewed by Kitploit

CVE-2025-34085 Multi-Target RCE Scanner

Mass-exploitation scanner for CVE-2025-34085 — an unauthenticated remote code execution vulnerability in the WordPress Simple File List plugin.

This tool uploads a PHP payload disguised as an image, renames it via a vulnerable file engine, and triggers shell execution with a custom command. Supports multithreaded scanning across large target sets.


🔥 Features

  • Multi-target scanning (from targets.txt)
  • Auto-upload & rename of malicious payload
  • Webshell trigger with customizable command
  • Threaded execution for speed
  • Logs successful RCEs to vuln.txt

⚙️ Usage

root@kitploit:~
python3 CVE-2025-34085.py

Targets should be listed in targets.txt:

root@kitploit:~
example.com
http://target2.com
https://target3.com

🛠️ Configuration

Edit the following values in the script as needed:

root@kitploit:~
COMMAND = "id"                      # Shell command to execute
EXPECTED_SUBSTRING = "uid="        # String to verify successful command execution
THREADS = 20                        # Number of concurrent threads

💡 How It Works

  1. Uploads a fake .png file containing via the vulnerable ee-upload-engine.php.

  2. Renames it to .php, .phtml, etc. using ee-file-engine.php.

  3. Sends a GET request to trigger the shell with cmd=id.

  4. Verifies success based on expected output substring.


📂 Output

Successful hits are saved to:

root@kitploit:~
vuln.txt

Each line includes the vulnerable URL, shell path, and command output.


🧪 Tested Against

WordPress Simple File List Plugin (unpatched versions affected by CVE-2025-34085)

Apache/Nginx default setups with writable wp-content/uploads/


⚠️ Disclaimer

This tool is for educational and authorized testing only. Use at your own risk. Unauthorized access to systems is illegal.

Download Tool