Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
cve-2017-7921-golang — استغلال لتجاوز الوصول إلى كاميرات Hikvision IP، مطوّر بلغة Golang. | Kitploit
أدوات/GitHubGitHub/misakamikato/cve-2017-7921-golang
الاستطلاعماسحات الثغرات الأمنيةأمان إنترنت الأشياءهجمات كلمات المرورالاستغلالاستغلال تطبيقات الويب
GitHubmisakamikato/cve-2017-7921-golang

cve-2017-7921-golang

استغلال لتجاوز الوصول إلى كاميرات Hikvision IP، مطوّر بلغة Golang.

عرض المستودع
131منذ 5 أشهرلم تتم المراجعة بعد

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة

استغلال تجاوز 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
تنزيل الأداة