Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.58 KB

README.md

File metadata and controls

21 lines (18 loc) · 2.58 KB

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 [email protected]
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