Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
godehashed — A golang tool that uses the dehashed.com API to search for compromised assets. | Kitploit
Tools/GitHubGitHub/an00byss/godehashed
OSINT (Open Source Intelligence)Password AttacksData ExfiltrationInformation Gathering
GitHuban00byss/godehashed

godehashed

A golang tool that uses the dehashed.com API to search for compromised assets.

View Repository
1045 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Godehashed

A golang tool that uses the dehashed.com API to search for compromised assets. Results can then be compiled into a CSV for further analysis.

Screenshot

Dehashed API

You must supply the tool an api key. See apikey_template.txt for example.

Installation

To install the tool in CLI run the following command. Your $GOPATH must already be set.

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

Usage

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

Notice

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.
Download Tool
Search TermExamples
Emailgodehashed -s email -i apikey.txt -e SOMEDOMAIN.com -o leaks.csv
Listgodehashed -s list -e email -i apikey.txt -l list.txt -o leaks.csv
Usernamegodehashed -s username -i apikey.txt -u USERNAME -o leaks.csv
Namegodehashed -s name -i apikey.txt -n "Name" -o leaks.csv
Phonegodehashed -s phone -i apikey.txt -p "phonenumber" -o leaks.csv