Tuesday, May 30, 2023

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

No comments:

Post a Comment