Saturday, August 29, 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!
More info
  1. Hacking Tools Kit
  2. Hacker Tools For Windows
  3. Pentest Tools Kali Linux
  4. Hacking Tools For Windows Free Download
  5. Hacker Techniques Tools And Incident Handling
  6. Hack Tools For Windows
  7. Pentest Tools Port Scanner
  8. Pentest Recon Tools
  9. What Is Hacking Tools
  10. Pentest Tools Online
  11. Hackers Toolbox
  12. Hack Tools Online
  13. Pentest Tools Github
  14. Pentest Tools Nmap
  15. Pentest Tools For Mac
  16. Pentest Tools Online
  17. Ethical Hacker Tools
  18. Hacker Tools Apk
  19. Usb Pentest Tools
  20. Hacking Tools Software
  21. Usb Pentest Tools
  22. Hacking Tools Pc
  23. Hackrf Tools
  24. Hacking Tools Windows 10
  25. Hacker Tools For Pc
  26. Pentest Tools Review
  27. How To Make Hacking Tools
  28. Pentest Tools Online
  29. Pentest Tools Bluekeep
  30. Hacking Tools For Pc
  31. Usb Pentest Tools
  32. Hacking Tools
  33. Pentest Automation Tools
  34. Hacker Tools
  35. Hacker Tools Online
  36. Blackhat Hacker Tools
  37. Hack Tools
  38. Hacker Techniques Tools And Incident Handling
  39. Hacker Tools Apk Download
  40. Pentest Tools Review
  41. Hack Website Online Tool
  42. Hack Tool Apk
  43. Hacker Search Tools
  44. Hacking Tools Download
  45. Kik Hack Tools
  46. Pentest Tools Subdomain
  47. Hacker Tools Software
  48. Pentest Tools For Ubuntu
  49. Top Pentest Tools
  50. Hacker Tools
  51. Hack Apps
  52. Pentest Tools Review
  53. Pentest Tools Android
  54. Pentest Tools Kali Linux
  55. Hacker Tools Free Download
  56. Hacking Tools For Mac
  57. Hacking Tools Kit
  58. Hacker Tools Github
  59. Hack Tools For Pc
  60. Hacker Tools Apk
  61. Hacker Search Tools
  62. What Are Hacking Tools
  63. Hacker Hardware Tools
  64. Pentest Tools Kali Linux
  65. Hacker Tool Kit
  66. Nsa Hacker Tools
  67. Hacking Tools Github
  68. Growth Hacker Tools
  69. Hacker Tools Windows
  70. How To Install Pentest Tools In Ubuntu
  71. Hackrf Tools
  72. Hacking Tools Software
  73. Hack Tools Pc
  74. Pentest Tools Kali Linux
  75. Hack Tools Mac
  76. Top Pentest Tools
  77. Hacker Tools 2020
  78. Hack Tools Mac

No comments:

Post a Comment