Skip to content

sho-luv/gmailprobe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


                                             o8o  oooo                                 .o8                 
                                             `"'  `888                                "888                 
      .oooooooo ooo. .oo.  .oo.    .oooo.   oooo   888  oo.ooooo.  oooo d8b  .ooooo.   888oooo.   .ooooo.  
     888' `88b  `888P"Y88bP"Y88b  `P  )88b  `888   888   888' `88b `888""8P d88' `88b  d88' `88b d88' `88b 
     888   888   888   888   888   .oP"888   888   888   888   888  888     888   888  888   888 888ooo888 
     `88bod8P'   888   888   888  d8(  888   888   888   888   888  888     888   888  888   888 888    .o 
     `8oooooo.  o888o o888o o888o `Y888""8o o888o o888o  888bod8P' d888b    `Y8bod8P'  `Y8bod8P' `Y8bod8P' 
     d"     YD                                           888                                               
     "Y88888P'                                          o888o                                              
                                                                                                      

Gmail Email Enumeration

Gmail Enum

I forked this project from https://github.com/H3LL0WORLD/Gmail-Enum and simply made some modifications to suite my needs. A fairly descent/fast go program to enumerate gmail accounts using a glitch by @x0rz as described here

gmailenum

Requirements:

How to Use

# Clone this repository:
$ git clone https://github.com/sho-luv/gmailprob

# Go into the repository:
$ cd gmailprob

# build the app
$ go build 

# run the app
$ ./emailprob 
Usage of ./emailprob:
  -I string
    	File of accounts to test
  -d string
    	Append domain to every address (empty to no append)
  -i string
    	account to test
  -o string
    	Output file (default: Stdout)
  -r	Remove gmail address' invalid chars
  -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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%