Skip to content

sp34rh34d/GReal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GReal

email account enumeration tool (O365/GMAIL/GSUITE)

Uses RCPT enumeration mode
Usage:
  python3 greal.py rcpt [args]
Args
	-d, --domain              set target domain (required)
	-f, --firstname-list      set firstname list file
	-l, --lastname-list       set lastname list file
	-t, --threads             set threads
	    --format              set what kind of email format use for enumeration
		                      [ 1 - Firstname.Lastname ]
		                      [ 2 - FirstnameLastname ]
		                      [ 3 - F.Lastname ]
		                      [ 4 - FLastname ]
		                      [ 5 - firstname ]
				      
	-k, --mail-rate           Ignore 'OK' response and show only email with 'receiving mail at a rate ' status response
	-h, --help                show this message
Examples:
	rcpt enumeration email format [ Firstname.Lastname ]
	use: python3 greal.py rcpt -d domain.com --format 1 -f wordlist/firstname.txt -l wordlist/lastname.txt
	rcpt enumeration email format [ FLastname ]
	use: python3 greal.py rcpt -d domain.com --format 4 -l wordlist/lastname.txt
	rcpt enumeration email format [ Firstname ]
	use: python3 greal.py rcpt -d domain.com --format 5 -f wordlist/firstname.txt

ezgif com-video-to-gif

Screenshot 2023-03-28 at 20 00 26