Coder Social home page Coder Social logo

fengjixuchui / godehashed Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sashka3076/godehashed

0.0 0.0 0.0 85 KB

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

License: GNU General Public License v3.0

Go 100.00%

godehashed's Introduction

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

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.
Search Term Examples
Email godehashed -s email -i apikey.txt -e SOMEDOMAIN.com -o leaks.csv
List godehashed -s list -e email -i apikey.txt -l list.txt -o leaks.csv
Username godehashed -s username -i apikey.txt -u USERNAME -o leaks.csv
Name godehashed -s name -i apikey.txt -n "Name" -o leaks.csv
Phone godehashed -s phone -i apikey.txt -p "phonenumber" -o leaks.csv

Notice

[!] 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.

godehashed's People

Contributors

an00byss avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.