|
Metasploit提供了很多辅助的模块,非常实用。今天介绍一个叫search_email_collector的模块,它的功能是查找搜索引擎(google、bing、yahoo),收集和某个域名有关的邮箱地址。
使用步骤:
启动msfconsole:
[pre]
service postgresql start
msfconsole
[/pre]
搜索模块:
[pre]
msf > search gather auxiliary
[/pre]
找到search_email_collector:
使用Metasploit收集邮箱信息]
使用search_email_collector:
[pre]
msf > use auxiliary/gather/search_email_collector
[/pre]
使用Metasploit收集邮箱信息
注:如果你不能使用google搜素,把SEARCH_GOOGLE设置为false:
[pre]
> set SEARCH_GOOGLE false
[/pre]
要收集某个域名的邮箱信息:
[pre]
> set DOMAIN your_target.com
[/pre]
开始收集:
[pre]
> run
[/pre]
由于使用搜索引擎,所以并不保证100%可靠。
黑客可以利用这些信息进行网络钓鱼,骗取个人信息。其实这种攻击是社会工程学攻击中最不危险的一种。
类似的工具还有theharvester:
[pre]
# theharvester
# theharvester -d microsoft.com -l 500 -b google -h myresults.html
# theharvester -d microsoft.com -b pgp
# theharvester -d microsoft -l 200 -b linkedin
# theharvester -d apple.com -b googleCSE -l 500 -s 300
[/pre] |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
×
|