
Cacti v1.2.8 Esecuzione Remota di Codice non autenticata
Cacti v1.2.8 Esecuzione di codice remoto non autenticata
Usa Python 3
Esecuzione senza 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
Esecuzione con 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