本文共 2998 字,大约阅读时间需要 9 分钟。
这个虽然说实际用处不大,但是目的就是为了讲解metasploit的这个模块
打开metasploit
./msfconsole
use gather/search_email_collector
显示配置选项show options
msf auxiliary(search_email_collector) > show optionsModule options (auxiliary/gather/search_email_collector): Name Current Setting Required Description ---- --------------- -------- ----------- DOMAIN yes The domain name to locate email addresses for OUTFILE no A filename to store the generated email list SEARCH_BING true yes Enable Bing as a backend search engine SEARCH_GOOGLE true yes Enable Google as a backend search engine SEARCH_YAHOO true yes Enable Yahoo! as a backend search engine
设置邮箱域名
set domain 163.com
设置保存邮箱列表的文件set outfile 163.txt
执行exploit
输出 msf auxiliary(search_email_collector) > exploit[*] Harvesting emails .....[*] Searching Google for email addresses from 163.com[*] Extracting emails from Google search results...[*] Searching Bing email addresses from 163.com[*] Extracting emails from Bing search results...[*] Searching Yahoo for email addresses from 163.com[*] Extracting emails from Yahoo search results...[*] Located 66 email addresses for 163.com[*] -kanxi123_5@163.com[*] .@163.com[*] 163@163.com[*] 847918443@163.com[*] aaa5588255a@163.com[*] aaa56378465aaa@163.com[*] adsl.zth@163.com[*] amortega@163.com[*] anglena@163.com[*] ares_dian@163.com[*] avpdian@163.com[*] blueletter@163.com[*] bluesky0627@163.com[*] ccdcet@163.com[*] chwanjun18@163.com[*] cnxtj@163.com[*] cy03wqh@163.com[*] digitalkey@163.com[*] dolphin@163.com[*] gxj1688@163.com[*] hong_ss@163.com[*] hr163_service@163.com[*] hsyy3299@163.com[*] ihuatianiphone@163.com[*] jstangchy@163.com[*] jujiaren@163.com[*] lbiiun8@163.com[*] li1zf@163.com[*] limeng@163.com[*] liweizhe1002@163.com[*] longlive.168@163.com[*] m13461229922@163.com[*] m13710631914@163.com[*] m13923864753_1@163.com[*] mdjmcjy@163.com[*] meiyuiei12@163.com[*] ntcaot@163.com[*] nychee@163.com[*] qidijg@163.com[*] qyyzylm@163.com[*] rixuliu@163.com[*] scyblsy@163.com[*] shwzy1963@163.com[*] sunwukong789@163.com[*] sva2@163.com[*] t.qian@163.com[*] tongtongli888@163.com[*] tvbs@163.com[*] vivian@163.com[*] volcano_luo@163.com[*] wcg618678@163.com[*] wygg2008@163.com[*] xcbynew@163.com[*] xiachunlan123@163.com[*] xiangli@163.com[*] yechuhuaych@163.com[*] yingtao0422@163.com[*] yjjckgs58@163.com[*] yjjckgs78@163.com[*] yjjckgs88@163.com[*] yjjckgs@163.com[*] yongjianjck@163.com[*] yyjckgs@163.com[*] zb2022394@163.com[*] zhszkc@163.com[*] zth@163 com[*] Writing email address list to 163.txt...[*] Auxiliary module execution completed
其实这个功能不怎么实用,但是还是可以玩玩的
Having fun转载地址:http://loukx.baihongyu.com/