Skip to content

czz/gxlu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

gxlu

Python script to check if a gmail account exists

Usage: gxlu.py [-h] [-v] [-s SINGLE] [-f FILENAME] [-t THREADS] [-o OUT]

optional arguments:
-h, --help                                                     show this help message and exit
-v, --verbose                                                increase output verbosity
-s SINGLE, --single SINGLE                       single email. Only one address
-f FILENAME, --filename FILENAME        Name of file with a list of emails
-t THREADS, --threads THREADS             number of threads, default 4
-o OUT, --out OUT                                       Name of output file
-i, --invalid                                                   if used with --out will give a file invalid.outputfilename else will print in std out

Examples:
python glxu.py -s example@gmail.com
python glxu.py -f emails.txt -t 50 -o out.txt

Thanks to to x0rz for infos on his blog https://blog.0day.rocks/abusing-gmail-to-get-previously-unlisted-e-mail-addresses-41544b62b2

About

Check for a valid gmail account

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages