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
ninja-forms-brute | Kitploit
Tools/GitHubGitHub/randomrobbiebf/ninja-forms-brute
Vulnerability AnalysisWeb Application ExploitationInformation Gathering
GitHubrandomrobbiebf/ninja-forms-brute

ninja-forms-brute

View Repository
14 years 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

Ninja Forms < 3.6.8 - Unauthenticated Email Address Disclosure

Description

The plugin does not delete the temporary files created when exporting submissions, which could allow unauthenticated attackers to download them and get sensitive information such as the email address of users who submitted a form given that the file is publicly accessible, and with a guessable name Proof of Concept The exported CSV (generated when exporting all submissions via the "Download All Submissions" button) are stored in the /wp-content/uploads// folder using the following format: form--all-subs.csv

Example: https://example.com/wp-content/uploads/2022/03/form-1-all-subs.csv

How to Run

root@kitploit:~
python3 ninja.py -u http://wordpress.lan
Download Tool