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
godehashed — Una herramienta en golang que utiliza la API de dehashed.com para buscar activos comprometidos. | Kitploit
Herramientas/GitHubGitHub/an00byss/godehashed
OSINT (Inteligencia de Fuentes Abiertas)Ataques de ContraseñasExfiltración de DatosRecopilación de Información
GitHuban00byss/godehashed

godehashed

Una herramienta en golang que utiliza la API de dehashed.com para buscar activos comprometidos.

Ver Repositorio
1041hace 5 añosAú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

Godehashed

Una herramienta en golang que utiliza la API de dehashed.com para buscar activos comprometidos. Los resultados se pueden compilar en un CSV para su posterior análisis.

Captura de pantalla

Dehashed API

Debes proporcionar una clave API a la herramienta. Consulta apikey_template.txt como ejemplo.

Instalación

Para instalar la herramienta en CLI, ejecuta el siguiente comando. Tu $GOPATH debe estar configurado.

go get https://github.com/an00byss/godehashed

Uso

./godehashed -s email -i apikey.txt -e SOMEDOMAIN -o leaks.csv

root@kitploit:~
Godehashed Usage():
-e string  
Email we are searching for  
-i string  
Name of apikey to import.  
-n string  
Name we are searching for.  
-o string  
Outfile file name, will output in CSV Format.  
-p int  
Phone number we are searching for  
-s string  
Specify what we are searching for: "name", "email", "phone", "username" or "list". Then add corresponding switch.  
-u string  
Username we are searching for
-l list  
Search a list of emails.

Aviso

root@kitploit:~
[!] Legal disclaimer: Usage of godehashed for attacking targets without
prior mutual consent is illegal. It is the end user's responsibility
to obey all applicable local, state and federal laws. Developers assume
no liability and are not responsible for any misuse or damage caused.
Descargar herramienta
Término de búsquedaEjemplos
Correo electrónicogodehashed -s email -i apikey.txt -e SOMEDOMAIN.com -o leaks.csv
Listagodehashed -s list -e email -i apikey.txt -l list.txt -o leaks.csv
Nombre de usuariogodehashed -s username -i apikey.txt -u USERNAME -o leaks.csv
Nombregodehashed -s name -i apikey.txt -n "Name" -o leaks.csv
Teléfonogodehashed -s phone -i apikey.txt -p "phonenumber" -o leaks.csv