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 — Automated scanner and exploit for CVE-2025-34085, an unauthenticated RCE in the WordPress Simple File List plugin. Supports multi-target scanning, webshell upload, and remote command execution. | Kitploit
Tools/GitHubGitHub/yukinime/cve-2025-34085
Vulnerability ScannersPayload GenerationExploitationShellcodeWeb Application ExploitationPenetration Testing
GitHubyukinime/cve-2025-34085

CVE-2025-34085

Automated scanner and exploit for CVE-2025-34085, an unauthenticated RCE in the WordPress Simple File List plugin. Supports multi-target scanning, webshell upload, and remote command execution.

View Repository
7521 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

WordPress Logo

Cyberlone Indonesia

🛠️ WordPress Simple File List RCE Scanner + Auto-Clean

Automated tool to detect and exploit unauthenticated Remote Code Execution (RCE) on the WordPress Simple File List plugin, specifically those vulnerable to CVE-2025-34085.

Equipped with an automatic target cleaning system and multithread support for efficient large-scale operation.


📌 Vulnerability Information

  • CVE ID: CVE-2025-34085
  • Component: WordPress Plugin – Simple File List
  • Type: File Upload + Rename → Remote Code Execution
  • Access: Unauthenticated
  • Status: Fixed in the latest plugin version

⚙️ Exploitation Flow

  1. Upload File Without Authentication

    • File sent to the plugin upload endpoint:
      /wp-content/plugins/simple-file-list/ee-upload-engine.php
  • Rename File to .php

    • Malicious file renamed via:
      /wp-content/plugins/simple-file-list/ee-file-engine.php
  • Remote Payload Execution

    • Webshell can be accessed through the default upload folder.

  • 🚀 How to Use

    🎯 Single Target

    root@kitploit:~
    python3 main.py -u http://target.com --cmd "id"
    

    📄 Multiple Targets

    Place the list of targets in the targets.txt file, one per line:

    root@kitploit:~
    python3 main.py --cmd "uname -a"
    

    ⚙️ CLI Options

    ArgumentDescription
    -uSingle target (e.g., http://example.com)
    --cmdCommand to execute on target (default: id)
    --inlineUse inline payload (without ?cmd= parameter)

    ✅ Example Output

    root@kitploit:~
    [+] http://target.com | http://target.com/wp-content/uploads/simple-file-list/shell.php
    uid=33(www-data) gid=33(www-data) groups=33(www-data)
    

    Successful targets will be automatically saved to vuln.txt.


    📁 File Structure

    • main.py — Main script
    • targets.txt — Target list
    • clean_targets.txt — URL normalization results
    • vuln.txt — Log of successfully exploited targets

    🔒 Additional Features

    • ✅ Auto-clean URL: Removes strange characters and fixes URL format from targets.txt
    • ⚡ Multithreaded Execution: Speeds up scanning by processing up to 20 targets in parallel
    • 🛡️ Detect and validate shell URL based on target content and response

    🛡️ Mitigation

    WordPress site administrators are advised to:

    • Immediately update the Simple File List plugin to the latest version.
    • Restrict access to upload and rename endpoints.
    • Use a Web Application Firewall (WAF) and audit uploaded files.
    • Disable PHP execution in the upload directory if not needed.

    📘 Disclaimer

    This project is for educational and lawful testing purposes only.
    Use for illegal purposes is the sole responsibility of the individual.

    Cyberlone Indonesia is not responsible for any misuse of this tool.


    📄 License

    License: MIT License
    Feel free to use, modify, and distribute freely for lawful and responsible purposes.


    👨‍💻 Author

    Cyberlone Indonesia
    🛠️ Research & Exploitation Team
    🔗 GitHub: https://github.com/yukinime


    🙏 Original Exploit Reference

    👨‍💻 0xgh057r3c0n
    🔗 GitHub: github.com/0xgh057r3c0n


    Download Tool