Skip to content
/ xmail Public

Go tool that detects which email addresses have domains which are able to be registered

License

Notifications You must be signed in to change notification settings

haccer/xmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xmail

xmail is a Go tool that uses haccer/available to detect which email addresses have domains which are able to be registered.

Install:

go install github.com/haccer/xmail@latest

or

git clone https://github.com/haccer/xmail
cd xmail
go install

Usage:

cat emails.txt | xmail

or

xmail -w emails.txt

With JSON:

% cat emails.txt| xmail --json
[
  {
    "domain": "doalkdjfaklsjdfk.com"
  },
  {
    "domain": "doesntexisthahshhsh.com"
  }
]

xmail

Releases

No releases published

Packages

No packages published

Languages