Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
cve-2017-7921-golang — Hikvision IP कैमरा एक्सेस बायपास एक्सप्लॉइट, golang द्वारा विकसित। | Kitploit
उपकरण/GitHubGitHub/misakamikato/cve-2017-7921-golang
टोहीभेद्यता स्कैनरIoT सुरक्षापासवर्ड हमलेशोषणवेब एप्लिकेशन शोषण
GitHubmisakamikato/cve-2017-7921-golang

cve-2017-7921-golang

Hikvision IP कैमरा एक्सेस बायपास एक्सप्लॉइट, golang द्वारा विकसित।

रिपॉजिटरी देखें
1315 महीने पहलेअभी तक समीक्षित नहीं

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

Hikvision बाइपास एक्सप्लॉइट

आवश्यकताएँ

  1. github.com/levigross/grequests
  2. github.com/msterzhang/gpool
  3. golang.org/x/net
  4. github.com/go-vgo/robotgo

बिल्ड

root@kitploit:~
git clone https://github.com/MisakaMikato/cve-2017-7921-golang.git
cd cve-2017-7921-golang/src/cve-2017-7921-golang
go build .

उपयोग

root@kitploit:~
cve-2017-7921 [-e] [-b] [--password password] [-t target] [--thread thread] [-timeout time]

Options:
  -b    Use burte force model
  -e    Use cve-2017-7921 exploit model
  -o string
        Set the output path, if it's empty, the result will be outputed to stdout.
  -password string
        Set the password if using burte force model, or password file path with syntax 'file:<path>' (default "12345")
  -t string
        Exploited target, ip:port or file path, example: 127.0.0.1, or target file path with syntax 'file:<path>'
  -thread int
        The number of concurrent threads (default 1)
  -timeout int
        Give up on target after this long. (default 5)

Press 'w' to get progress info :)

उदाहरण

root@kitploit:~
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
टूल डाउनलोड करें