
Outil d'exploitation pour CVE-2017-8225 ciblant les caméras IP. Recherche les appareils vulnérables et effectue un brute-force des identifiants pour obtenir un accès non autorisé.
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 (Votre fichier texte .txt)
Exemple: python3 scanip.py scan.txt
python3 bruteip.py + (Fichier texte .txt ci-dessus) + (Deuxième fichier texte .txt)
Exemple: python3 bruteip.py scan.txt vuln.txt


