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
Python-CVE-2020-25213 — Python Interactive Exploit for WP File Manager Vulnerability. The File Manager (wp-file-manager) plugin before 6.9 for WordPress allows remote attackers to upload and execute arbitrary PHP code because it renames an unsafe example elFinder connector file to have the .php extension. | Kitploit
Tools/GitHubGitHub/e1tex/python-cve-2020-25213
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHube1tex/python-cve-2020-25213

Python-CVE-2020-25213

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →

About

Python Interactive Exploit for WP File Manager Vulnerability. The File Manager (wp-file-manager) plugin before 6.9 for WordPress allows remote attackers to upload and execute arbitrary PHP code because it renames an unsafe example elFinder connector file to have the .php extension.

323 years agoNot yet reviewed
Share

Python-CVE-2020-25213

Python Interactive Exploit for WP File Manager Vulnerability. The File Manager (wp-file-manager) plugin before 6.9 for WordPress allows remote attackers to upload and execute arbitrary PHP code because it renames an unsafe example elFinder connector file to have the .php extension.

The script uses the argparse, requests, re, sys, os, json, and random Python modules.

To install these modules via pip, execute the following command in the command line:

root@kitploit:~
pip install -r requirements.txt

When this command is executed, pip will read the requirements.txt file and install all the listed modules and their dependencies.

To use the script, you can provide the following arguments:

  • url (required): The target WordPress website URL.
  • --upload-file (optional): The file to upload to the server, if the WP File Manager is vulnerable.
  • --check (optional): Check if the WP File Manager plugin is vulnerable.
  • --verbose (optional): Enable verbose output.

Here are some examples of how to use the script:

To check if the WP File Manager plugin is vulnerable:

root@kitploit:~
python exploit_wp_file_manager.py https://www.example.com --check

To upload a file to the server:

root@kitploit:~
python exploit_wp_file_manager.py https://www.example.com --upload-file myfile.txt

To enable verbose output:

root@kitploit:~
python exploit_wp_file_manager.py https://www.example.com --upload-file myfile.txt --verbose

Please note that exploiting vulnerabilities in software without permission is illegal and can have serious consequences. This script is for educational purposes only. Use it at your own risk.

Download Tool