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-2014-4725 — MailPoet Newsletters <= Arbitrary File Upload (exploiter) | Kitploit
Tools/GitHubGitHub/anothersec/cve-2014-4725
Vulnerability ScannersPayload GenerationExploitationWeb Application ExploitationPenetration Testing
GitHubanothersec/cve-2014-4725

CVE-2014-4725

MailPoet Newsletters <= Arbitrary File Upload (exploiter)

View Repository
2110 months 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

CVE-2014-4725

this script is used to scan and exploit cve-2014-4725 vulnerability (mailpoet/wysija newsletters) in wordpress.

features

  • scan mode > detect wordpress targets vulnerable to cve-2014-4725
  • exploit mode > upload a zip payload to vulnerable targets

installation

  1. clone the repository:
    root@kitploit:~
    git clone https://github.com/username/CVE-2014-4725.git
    cd CVE-2014-4725
    
  2. install dependencies:
    root@kitploit:~
     pip install requests
    

usage

scan targets

python exploit.py --scan targets.txt

targets.txt contains a list of targets (one per line, without http://)

exploit targets

python exploit.py --exploit vuln.txt --payload file/zip.zip

vuln.txt contains targets that are already confirmed vulnerable

--payload is the zip file containing the theme/backdoor to be uploaded

output

vuln.txt > list of vulnerable targets

shell.txt > urls of uploaded shells

Download Tool