Wednesday 29 June 2016

get gmail id list using msfconsole in kali linux

This tutorial is to get gmail id list using msfconsole in kali linux.
msfconsole is considered as one of the most successful interface to exploit the Metasploit Frameword(MSF).





msfconsole provides many features to look at but I'm focussing on generating the gmail id list here.
So let's start our trip and get gmail ids
    first, open up the command prompt and give the command
  • root@kali:~#  msfconsole
  • get gmail id list using msfconsole in kali linux
  • Now, write the command
    msf >   use   gather/search_email_collector
  • get gmail id list using msfconsole in kali linux
  • Now write the command
    show options
    It will give you better understanding of what you are doing.
  • get gmail id list using msfconsole in kali linux

  • Now give the command
    msf auxiliary(search_email_collector) >   set   DOMAIN   gmail.com
  • get gmail id list using msfconsole in kali linux
  • you can also what you have done so far. just write the command again.
    msf auxiliary(search_email_collector) >  show options
  • get gmail id list using msfconsole in kali linux
  • So guys, now the stage is set. Now just give the command to get lots of gmail ids list
    msf auxiliary(search_email_collector) >   exploit
  • get gmail id list using msfconsole in kali linux

So guys, it's all about to get gmail id list using msfconsole in kali linux.
You can similarly generate lots of other ids.
So enjoy hacking and keep learning.