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 — Practice POC scripting in Tryhackme’s intro poc scripting room (For Linux) | Kitploit
Tools/GitHubGitHub/cpyre/cve-2012-2982
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubcpyre/cve-2012-2982

CVE-2012-2982

Practice POC scripting in Tryhackme’s intro poc scripting room (For Linux)

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

Description

file/show.cgi in Webmin 1.590 and earlier allows remote authenticated users to execute arbitrary commands via an invalid character in a pathname, as demonstrated by a | (pipe) character.

Installation

  1. git clone https://github.com/CpyRe/CVE-2012-2982.git
  2. pip3 install -r requirements.txt

Usage

  1. nc -nlvp <port>
  2. python3 exp.py <myip> <vulnip> <port> OR python3 subprocess-exp.py <myip> <vulnip> <port>
  3. RCE!!
Download Tool