Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haccer/xmail
Go tool that detects which email addresses have domains which are able to be registered
https://github.com/haccer/xmail
account-takeover bug-bounty bugbounty cyber email go golang infosec osint pentesting redteam redteam-tools security
Last synced: 4 days ago
JSON representation
Go tool that detects which email addresses have domains which are able to be registered
- Host: GitHub
- URL: https://github.com/haccer/xmail
- Owner: haccer
- License: mit
- Created: 2024-05-15T01:11:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T18:08:08.000Z (6 months ago)
- Last Synced: 2024-05-16T12:36:15.484Z (6 months ago)
- Topics: account-takeover, bug-bounty, bugbounty, cyber, email, go, golang, infosec, osint, pentesting, redteam, redteam-tools, security
- Language: Go
- Homepage:
- Size: 405 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xmail
xmail is a Go tool that uses [haccer/available](https://github.com/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](https://raw.githubusercontent.com/haccer/xmail/main/image.png)