
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