Here is a very easy tutorial on how to Extract email addresses from any site you want using metasploit. i'll not go in deep , em gona show it by step by step so then everyone can understand it easily.
start your Metasploit ...
1) First thing to do is open a msfconsole and type
Code:
search gather
2) now type
Code:
use gather/search_email_collector
3) Now you need to set the domain you can use what you want eg gmail.com, yahoo.com, hotmail.com for this tutorial we will use gmail.com
Code:
set domain gmail.com
then
Code:
run
Done , Now you should have a list of email addreses its as simple as that.
you can also output to a txt file to make a list use this before or after "set domain"
Code:
set outfile /root/emails.txt
This will output the file to desktop..
hope you guys Enjoyed this Simple and easy TUT.
No comments:
Post a Comment