
Cacti v1.2.8 인증되지 않은 원격 코드 실행
Cacti v1.2.8 인증되지 않은 원격 코드 실행
Python 3 사용
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
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