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-2025-4380 | Kitploit
Tools/GitHubGitHub/r0otk3r/cve-2025-4380
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & Education
GitHubr0otk3r/cve-2025-4380

CVE-2025-4380

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

CVE-2025-4380 - Ads Pro Plugin <= 4.89 - Local File Inclusion (LFI) Exploit

Description

This Python exploit targets Ads Pro Plugin ≤ 4.89 for WordPress, vulnerable to Local File Inclusion (LFI) via the bsa_preview_callback AJAX action.

An unauthenticated attacker can exploit this to read arbitrary files from the server filesystem, including sensitive files such as /etc/passwd, wp-config.php, and more.


Exploit Features

  • Exploits CVE-2025-4380 LFI vulnerability.
  • Supports single target or mass exploitation.
  • Saves outputs to file (optional).
  • Supports HTTP proxies or TOR routing.
  • Retry mechanism for reliability.

Usage

Single Target

root@kitploit:~
python3 cve_2025_4380.py -u http://target.com -p ../../../../etc/passwd

Multiple Targets (Mass Scan)

root@kitploit:~
python3 cve_2025_4380.py -l targets.txt -p ../../../../etc/shadow

Save Output to File

root@kitploit:~
python3 cve_2025_4380.py -u http://target.com -p ../../../../etc/passwd -o output.txt

Use Proxy (e.g., Burp, TOR)

root@kitploit:~
python3 cve_2025_4380.py -u http://target.com -p ../../../../etc/passwd --proxy http://127.0.0.1:8080

Parameters


Example

Screenshot_2025-07-20_18_42_08

Burpsuite Request/Response

Screenshot_2025-07-20_18_42_45 Screenshot_2025-07-20_18_42_57

Vulnerability Reference

  • CVE-2025-4380

  • Ads Pro Plugin <= 4.89 - Local File Inclusion via bsa_template in bsa_preview_callback

⚠️ Disclaimer

This exploit is provided for educational purposes and authorized security testing only.


Official Channels

  • YouTube @rootctf
  • X @r0otk3r
Download Tool
ArgumentDescriptionRequired
-u, --urlTarget URL (e.g., http://target.com)Optional
-l, --listFile with list of target URLsOptional
-p, --pathFile path to include (e.g., ../../etc/passwd)Yes
-o, --outputOutput file to save resultsOptional
--proxyProxy (e.g., http://127.0.0.1:8080)Optional