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
Job-Manager-Disclosure — CVE-2015-6668, relacionada con el plugin WP Job Manager para WordPress (versiones ≤ 0.7.25). | Kitploit
Tools/GitHubGitHub/notrustedx/job-manager-disclosure
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringLearning & EducationCrawler
GitHubnotrustedx/job-manager-disclosure

Job-Manager-Disclosure

CVE-2015-6668, relacionada con el plugin WP Job Manager para WordPress (versiones ≤ 0.7.25).

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

CV Filename Disclosure Scanner – CVE-2015-6668

This script automates the search for CV files (such as .jpg, .png, .jpeg) publicly exposed via the vulnerability CVE-2015-6668, related to the WP Job Manager plugin for WordPress (versions ≤ 0.7.25).

🧠 Description

The vulnerability allows knowing the exact name of a file uploaded by users (e.g., resumes) by directly accessing predictable upload paths on the web server.

This script:

  • Builds paths based on name, year, month, and extensions.
  • Makes HTTP requests to each possible URL.
  • Shows an interactive progress bar with tqdm.
  • Highlights found URLs in green.
  • Saves results to found_cv_urls.txt.

🛠️ Requirements

Install the dependencies by running:

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

📦 requirements.txt

root@kitploit:~
requests
tqdm
colorama

🚀 Usage

root@kitploit:~
python jobmanagerdisclosure.py

Example execution:

root@kitploit:~
Enter a vulnerable website (e.g. https://example.com): https://example.com
Enter the CV file name (e.g. John Doe): HackerAccessGranted
Enter start year (e.g. 2017): 2017
Enter end year (e.g. 2019): 2019

Result:

root@kitploit:~
[+] Found CV: https://example.com/wp-content/uploads/2018/04/HackerAccessGranted.png
[+] Results saved to found_cv_urls.txt

📂 Files

  • jobmanagerdisclosure.py: Main script.
  • requirements.txt: Required libraries.
  • found_cv_urls.txt: Generated file with found URLs.
  • README.md: Project documentation.

🛡️ CVE Reference

  • https://nvd.nist.gov/vuln/detail/CVE-2015-6668

⚠️ Disclaimer

This script is provided for educational purposes only. It is not intended to be used on systems without explicit authorization. Unauthorized use of this script may be illegal.

Download Tool