Friday, August 28, 2020

Theharvester: Email Harvesting Throughout Year




You might have harvested many things upto now but what we are going to harvest today is something bad :)



Requirements:

  1. A Linux box (I'm using Kali Linux)
  2. theharvester program (already available in Kali Linux)
So what does theharvester harvest? Well it harvests email addresses. theharvester is an Information gathering tool. If you want a list of emails to spam you can get that easily from theharvester tool and go on Spamming (I'm joking its illegal). It's a security tool that helps you in pentesting an organization (as always it can be used for evil as well). You can gather emails from an organization and look for potential victims to attack or use brute-force techniques to get their passwords or Social Engineer them into doing something that will let you compromise some or all systems in the organization. Uhh there are so many things that you can do when you have access to someone's email address.

OK stop talking and start doing.


Fire up a terminal in your kali box and type this command:


theharvester -d hotmail.com -l 50 -b google


In a small amount of time you'll see your terminal flooded with 200 hotmail.com email address. What does this command mean?


theharvester is the tool name that we are using

-d <domain_name> specifies the domain (or website) who's email addresses we're looking for, in our case it was hotmail.com
-l <number> specifies the number of results that we want in the output, I limited it to 50
-b <source> specifies the source on which to look for email addresses, I specified google as the source

Besides google we can specify any of the follow as source:

google, googleCSE, bing, bingapi, pgp, linkedin, google-profiles, people123, jigsaw, twitter, googleplus, all
Here the last entry all means look in every available source.

Let's say you wanted to look in every available source they you should specify the following command:


theharvester -d hotmail.com -b all




-f is another great flag which can be utilized to save the output in case we want to SPAM them later (just kidding) or for other reasons (I'm thinking positive). -f flag saves the result in html or xml format. Let's do just that:


theharvester -d gmail.com -l 50 -b google -f emailaddresses.html


here -f flag is followed by the location where we want to store the file and the name of file, in our case we stored it in our pwd (present working directory) with the name emailaddresses.html.




Above picture shows an html output generated by harvester.


That's it for this tutorial hope to see you next time!

Continue reading


  1. Ethical Hacker Tools
  2. Hack Tools Mac
  3. New Hack Tools
  4. Hacking Tools For Windows 7
  5. Pentest Reporting Tools
  6. Hacking Tools 2019
  7. Hacking App
  8. Pentest Tools List
  9. Pentest Tools Website Vulnerability
  10. Beginner Hacker Tools
  11. Hacking Tools Hardware
  12. Hacker
  13. Hacker Tools For Pc
  14. Hacking Tools Windows
  15. Hacking Tools
  16. Hack Tools For Games
  17. Hacking Tools Windows 10
  18. Hack Tools
  19. Pentest Tools For Mac
  20. Hacking Tools For Pc
  21. Pentest Tools Windows
  22. Nsa Hack Tools
  23. Hack Tools For Windows
  24. Pentest Recon Tools
  25. Hacking Tools Pc
  26. Hacker Tools Linux
  27. Hacker Tools Apk
  28. Pentest Tools Apk
  29. Hacking Tools For Windows
  30. Usb Pentest Tools
  31. Kik Hack Tools
  32. Black Hat Hacker Tools
  33. Install Pentest Tools Ubuntu
  34. Pentest Tools Apk
  35. Hacking Tools For Pc
  36. World No 1 Hacker Software
  37. Easy Hack Tools
  38. Hacker Tools Github
  39. New Hack Tools
  40. Hacking Tools Github
  41. Hacking Tools For Pc
  42. Termux Hacking Tools 2019
  43. Pentest Box Tools Download
  44. Hack Tools Github
  45. Hacking Tools Software
  46. Hack Tool Apk No Root
  47. Pentest Tools Bluekeep
  48. Hacker Hardware Tools
  49. Usb Pentest Tools
  50. Hacker Hardware Tools
  51. How To Hack
  52. Hack Tool Apk No Root
  53. What Is Hacking Tools
  54. Hack Tools Pc
  55. Hacking Tools Online
  56. Hacker Tools 2019
  57. Hacking Tools Name
  58. Hacker Tools Windows
  59. How To Hack
  60. Hacking Tools Online
  61. Nsa Hack Tools Download
  62. Physical Pentest Tools
  63. Best Hacking Tools 2020

No comments:

Post a Comment