Monday, August 31, 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!
Related posts

  1. Pentest Tools For Ubuntu
  2. Hacking Tools For Beginners
  3. Easy Hack Tools
  4. Android Hack Tools Github
  5. Hacker
  6. Pentest Recon Tools
  7. Pentest Tools Linux
  8. Hacker Hardware Tools
  9. Hacker Tools Software
  10. Install Pentest Tools Ubuntu
  11. Pentest Tools Free
  12. Hacking Tools Download
  13. Hacking Tools
  14. Hack Apps
  15. Pentest Tools Apk
  16. Underground Hacker Sites
  17. Hacking App
  18. Hack Tools Online
  19. Hacking Tools For Beginners
  20. Physical Pentest Tools
  21. Hacking Tools For Windows Free Download
  22. Hacker Security Tools
  23. Top Pentest Tools
  24. Pentest Tools Download
  25. Hackers Toolbox
  26. Tools For Hacker
  27. New Hack Tools
  28. Hacker Search Tools
  29. Hacking Tools Online
  30. Hacker Tools For Pc
  31. Easy Hack Tools
  32. Computer Hacker
  33. Hack Tools
  34. Pentest Tools Review
  35. Hack App
  36. Hacking Tools For Mac
  37. Pentest Tools For Windows
  38. Pentest Tools Url Fuzzer
  39. Hacker Tools Free Download
  40. Pentest Tools For Mac
  41. Pentest Tools Download
  42. Hack Tools For Pc
  43. Hack Website Online Tool
  44. Hacker
  45. Hacker Techniques Tools And Incident Handling
  46. Hacking Tools 2019
  47. Hacking Tools And Software
  48. World No 1 Hacker Software
  49. Hacker
  50. Hacker Tools Free
  51. Hacking Tools Hardware
  52. Termux Hacking Tools 2019
  53. Hack Tools For Games
  54. Hacking App
  55. Pentest Tools List
  56. Github Hacking Tools
  57. Hack Tools For Mac
  58. Hacker Search Tools
  59. Pentest Tools List
  60. Pentest Tools Url Fuzzer
  61. Hacker Tools Mac
  62. Pentest Tools For Mac
  63. Best Hacking Tools 2019
  64. Free Pentest Tools For Windows
  65. Hacking Tools Online
  66. Hacking Tools For Windows Free Download
  67. What Are Hacking Tools
  68. Install Pentest Tools Ubuntu
  69. Hacking Apps
  70. Pentest Reporting Tools
  71. Pentest Tools Windows
  72. Hacking Tools Online
  73. Blackhat Hacker Tools
  74. Hack App
  75. Hacking Tools Name
  76. Hack Tools 2019
  77. Hacks And Tools
  78. Pentest Tools Free
  79. Hacker Techniques Tools And Incident Handling
  80. Hacker Tools Windows
  81. Pentest Tools Alternative
  82. Pentest Tools For Mac
  83. Hack Tools Pc
  84. Hacker Tools Apk
  85. Hacker Tools Apk Download
  86. Computer Hacker
  87. Hacker Tools For Mac
  88. Hack Tools
  89. Best Hacking Tools 2020
  90. What Are Hacking Tools
  91. Pentest Recon Tools
  92. Hacking Tools Kit
  93. New Hacker Tools
  94. Hacker Tools Apk Download
  95. New Hack Tools
  96. Hack Tools Github
  97. Hacker Tools For Windows
  98. Tools 4 Hack
  99. New Hacker Tools
  100. Pentest Tools Url Fuzzer
  101. Pentest Tools Port Scanner
  102. Hacking Tools
  103. Hacker Tools Hardware
  104. Ethical Hacker Tools

No comments: