apt-get install git
pip3 install requests
pip3 install colorama
sudo apt update
apt-get install python3
git clone https://github.com/kienquoc102/CVE-2017-8225.git
cd CVE-2017-8225
python3 scanip.py (你的文本文件 .txt)
示例:python3 scanip.py scan.txt
python3 bruteip.py + (上面的文本文件 .txt) + (第二个文本文件 .txt)
示例:python3 bruteip.py scan.txt vuln.txt


