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-2012-2982 — Python exploit for CVE-2012-2982 | Kitploit
Tools/GitHubGitHub/ostojaofficial/cve-2012-2982
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubostojaofficial/cve-2012-2982

CVE-2012-2982

Python exploit for CVE-2012-2982

View Repository
215 years 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-2012-2982

This python script is written for vulnerability in Webmin 1.580, CVE-2012-2982. The vulnerability exists in the /file/show.cgi component and allows an authenticated user, with access to the File Manager Module, to execute arbitrary commands with root privileges.

Installation

Tested python version: Python 3.8.5

Required pip package: secrets

git clone https://github.com/OstojaOfficial/CVE-2012-2982.git

pip3 install -r requirements.txt

Usage

To run the exploit use the command bellow:

python3 exploit.py <IP> <Username> <Password> <LHOST> <LPORT>

Download Tool