
CVE-2015-9331的poc
CVE-2015-9331 is an arbitrary file upload vulnerability in the WordPress plugin WP All Import. This vulnerability allows an unauthenticated attacker to upload arbitrary files to the server, potentially leading to remote code execution.
poc.py - Python exploitation scriptshell.php - PHP Webshell for demonstrationpip install requests
python poc.py
After running, enter the target URL as prompted (e.g., http://example.com). The script will automatically upload the shell and return the access URL.
/wp-admin/admin-ajax.php endpoint.⚠️ Warning: This tool is intended for security research and authorized penetration testing only.
This project is provided for educational and research purposes only.
Note: Please use this tool responsibly and only test in authorized environments.