Skip to content

docket99/hackedemailsapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hackedemailsapi

Unofficial API client for hacked-emails.com. Queries the API for any known breaches involving an email address.

Example

$ hackedemailsapi redacted@email.com
2 breaches returned for redacted@email.com

Last.fm
        source_url: #
        date_released:2016-09-23T00:00:00+00:00
        date_leaked:2012-08-31T00:00:00+00:00
        source_network: darknet
        email_count: 37192134
        verified: true

Linkedin
        source_url: #
        date_released:2016-06-18T00:00:00+00:00
        date_leaked:2011-12-31T00:00:00+00:00
        source_network: darknet
        email_count: 159752107
        verified: true


Usage

$ hackedemailsapi -h
usage: hackedemails [<flags>] <email>

Un-official API client for hacked-emails.com.

Optional flags:
  -h, --help                     Show context-sensitive help (also try --help-long and --help-man).
  -d, --debug                    print debug info
  -f, --filter-date=FILTER-DATE  only print breaches released after specified date
  -s, --silent                   suppress response message, only display results
  -V, --version                  Show application version.

Args:
  <email>  the email address to lookup.

Installation

go get github.com/jakewarren/hackedemailsapi

About

Unofficial API client for hacked-emails.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%