Skip to content

hexcowboy/CVE-2020-8813

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2020-8813

Cacti v1.2.8 Unauthenticated Remote Code Execution

Uses Python 3

Running without Docker:

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:

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

About

Cacti v1.2.8 Unauthenticated Remote Code Execution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages