
CVE-2017-8225 के लिए एक्सप्लॉइट टूल जो IP कैमरों को लक्षित करता है। कमजोर उपकरणों की स्कैन करता है और अनधिकृत पहुँच प्राप्त करने के लिए क्रेडेंशियल ब्रूट-फोर्सिंग करता है।
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 (Your File Text .txt)
Example: python3 scanip.py scan.txt
python3 bruteip.py + (File Text .txt Above) + (File Text .txt Second)
Example: python3 bruteip.py scan.txt vuln.txt


