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-8813 — Cacti v1.2.8 Unauthenticated Remote Code Execution | Kitploit
Tools/GitHubGitHub/hexcowboy/cve-2020-8813
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubhexcowboy/cve-2020-8813

CVE-2020-8813

Cacti v1.2.8 Unauthenticated Remote Code Execution

View Repository
15 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-8813

Cacti v1.2.8 Unauthenticated Remote Code Execution

Uses Python 3

Running without Docker:

root@kitploit:~
git clone https://github.com/hexcowboy/CVE-2020-8813.git && cd CVE-2020-8813
python3 -m venv env && source env/bin/activate
pip install -r requirements.txt
python exploit.py

Running with Docker:

root@kitploit:~
git clone https://github.com/hexcowboy/CVE-2020-8813.git && cd CVE-2020-8813
docker build -t cve-2020-8813 .
docker run -it cve-2020-8813
Download Tool