电子邮件帐户枚举工具 适用于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
工具列表
https://github.com/AdonsIzaguirre/GReal
声明:该公众号大部分文章来自作者日常学习笔记,也有部分文章是经过作者授权和其他公众号白名单转载,未经授权,严禁转载,如需转载,联系开白名单。
请勿利用文章内的相关技术从事非法测试,如因此产生的一切不良后果与本公众号无关。
原文始发于微信公众号(白帽学子):邮件帐户枚举(O365/GMAIL/GSUITE)
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论