Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
godehashed — Uno strumento golang che utilizza l'API di dehashed.com per cercare asset compromessi. | Kitploit
Strumenti/GitHubGitHub/an00byss/godehashed
OSINT (Open Source Intelligence)Attacchi alle PasswordEsfiltrazione DatiRaccolta Informazioni
GitHuban00byss/godehashed

godehashed

Uno strumento golang che utilizza l'API di dehashed.com per cercare asset compromessi.

Vedi Repository
1045 anni faNon ancora revisionato

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

Godehashed

Uno strumento Go che utilizza l'API di dehashed.com per cercare asset compromessi. I risultati possono poi essere compilati in un CSV per un'analisi approfondita.

Schermata

API di Dehashed

Devi fornire allo strumento una chiave API. Vedi apikey_template.txt per un esempio.

Installazione

Per installare lo strumento in CLI esegui il seguente comando. Il tuo $GOPATH deve essere già impostato.

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

Utilizzo

./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.

Avviso

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.
Scarica lo strumento
Termine di RicercaEsempi
Emailgodehashed -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
Nome utentegodehashed -s username -i apikey.txt -u USERNAME -o leaks.csv
Nomegodehashed -s name -i apikey.txt -n "Name" -o leaks.csv
Telefonogodehashed -s phone -i apikey.txt -p "phonenumber" -o leaks.csv