A blog for Confluence group.

Thursday, 18 January 2024

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 articles
  1. Tools 4 Hack
  2. Usb Pentest Tools
  3. Hacking Apps
  4. Pentest Tools Alternative
  5. Pentest Tools Alternative
  6. Hack Tools For Pc
  7. Kik Hack Tools
  8. Hacking Tools 2019
  9. Pentest Automation Tools
  10. Hacker Tools Linux
  11. Pentest Tools
  12. Nsa Hacker Tools
  13. Easy Hack Tools
  14. Pentest Tools Subdomain
  15. Hacker Hardware Tools
  16. Pentest Tools Linux
  17. Pentest Tools Find Subdomains
  18. Pentest Tools Website Vulnerability
  19. Hacking Tools Mac
  20. Hacker Tools Online
  21. Pentest Tools Review
  22. World No 1 Hacker Software
  23. Top Pentest Tools
  24. Hack Website Online Tool
  25. World No 1 Hacker Software
  26. Hacker Tools For Ios
  27. Hacking Tools 2020
  28. Pentest Tools Online
  29. Hacking Tools Name
  30. Hacking Tools Free Download
  31. Hacking Tools Download
  32. Hacker Security Tools
  33. Underground Hacker Sites
  34. Pentest Tools Website
  35. Hacker Tool Kit
  36. Hack Tools Github
  37. Hacker Tools Apk Download
  38. Hacking Tools Software
  39. Nsa Hack Tools
  40. What Are Hacking Tools
  41. Hackrf Tools
  42. Hack Tools
  43. Hacker Tools Free Download
  44. Hacker Tools Apk
  45. Hack And Tools
  46. Hack Tool Apk
  47. Blackhat Hacker Tools
  48. Hacker Tools For Pc
  49. Pentest Tools Kali Linux
  50. Kik Hack Tools
  51. Hacking Tools For Windows
  52. Pentest Tools List
  53. Hacker Tools Linux
  54. Hacks And Tools
  55. Hacking Tools Free Download
  56. Hacking Tools Kit
  57. Hacker Tools
  58. Hack Tool Apk
  59. Pentest Tools For Mac
  60. Hacker Techniques Tools And Incident Handling
  61. How To Install Pentest Tools In Ubuntu
  62. Pentest Tools Tcp Port Scanner
  63. Hacker Tools For Ios
  64. Hack Tools For Games
  65. Top Pentest Tools
  66. New Hack Tools
  67. Blackhat Hacker Tools
  68. Hacking Tools Online
  69. Hacker Tools For Mac
  70. Hacking Tools Windows
  71. Hacking Tools Free Download
  72. Hacker Tools For Ios
  73. Beginner Hacker Tools
  74. Pentest Tools Nmap
  75. Hack And Tools
  76. Hacking Tools Download
  77. Hack Rom Tools
  78. Pentest Tools Linux
  79. Best Pentesting Tools 2018
  80. Underground Hacker Sites
  81. Pentest Reporting Tools
  82. Hacking Tools For Kali Linux
  83. Pentest Tools Url Fuzzer
  84. Usb Pentest Tools
  85. Pentest Tools Free
  86. Hacking Tools Pc
  87. Pentest Tools For Mac
  88. Hacking Tools Windows
  89. Pentest Tools Online
  90. Pentest Tools Url Fuzzer
  91. Hacker Tools 2019
  92. Hacking Apps
  93. Hack Tools Download
  94. Hacking Tools Name
  95. Hacker Tools Github
  96. Hacker Tools 2019
  97. What Is Hacking Tools
  98. Tools For Hacker
  99. Hack Tools For Windows
  100. Pentest Tools Alternative
  101. Hacking Tools For Pc

No comments: