ROBSAUCE / Gmail-Enum

Gmail Enumeration using a glitch described here https://blog.0day.rocks/abusing-gmail-to-get-previously-unlisted-e-mail-addresses-41544b62b2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gmail Enum

A fairly descent/fast go program to enumerate gmail accounts using a glitch by @x0rz as described here

Requirements:

Usage:

$ go build

$ ./Gmail_Enum
Usage of ./Gmail_Enum:
  -d string
        Append domain to every address (empty to no append) (default "gmail.com")
  -i string
        List of accounts to test
  -o string
        Output file (default: Stdout)
  -stdin
        Read accounts from stdin
  -t int
        Number of threads (default 10)

About

Gmail Enumeration using a glitch described here https://blog.0day.rocks/abusing-gmail-to-get-previously-unlisted-e-mail-addresses-41544b62b2


Languages

Language:Go 100.0%