Wednesday, August 26, 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 links
  1. Hacker Tools 2020
  2. Pentest Tools Apk
  3. Physical Pentest Tools
  4. Pentest Tools For Ubuntu
  5. Pentest Tools Website
  6. Hack App
  7. Pentest Box Tools Download
  8. Hacker Search Tools
  9. Physical Pentest Tools
  10. Tools For Hacker
  11. Hack Tools 2019
  12. Hack Tools
  13. Hacking Tools For Mac
  14. Hacking Tools Name
  15. Hacker Tools Software
  16. Hacking Tools For Kali Linux
  17. Hacking Tools For Kali Linux
  18. Hacking Tools Hardware
  19. Nsa Hacker Tools
  20. Hack Tool Apk No Root
  21. Physical Pentest Tools
  22. Tools 4 Hack
  23. Hacker Tools For Windows
  24. How To Make Hacking Tools
  25. Pentest Tools Website Vulnerability
  26. Pentest Tools Apk
  27. Hack Rom Tools
  28. Beginner Hacker Tools
  29. How To Make Hacking Tools
  30. World No 1 Hacker Software
  31. World No 1 Hacker Software
  32. What Are Hacking Tools
  33. Hacker
  34. Pentest Tools Subdomain
  35. Hacker Tools 2020
  36. Pentest Tools Linux
  37. Nsa Hacker Tools
  38. Hacking Tools For Games
  39. Hacker Tools Software
  40. Pentest Tools Website Vulnerability
  41. Hacking Tools For Windows 7
  42. Hacker Tools Apk Download
  43. Hack Tools For Windows
  44. Pentest Tools List
  45. Tools 4 Hack
  46. Hackrf Tools
  47. Hacker Tools For Windows
  48. Hacking Tools Software
  49. Hacking Tools Mac
  50. Pentest Automation Tools
  51. Pentest Tools Port Scanner
  52. Hacker Tools For Pc
  53. Pentest Tools Alternative
  54. Hacker Tools Linux
  55. Pentest Tools Linux
  56. Hacking Tools For Games
  57. Hack Tools For Games
  58. Hacker Tools For Ios
  59. Hacking Tools 2019
  60. Hacker Tools Free Download
  61. Pentest Tools For Android
  62. New Hacker Tools
  63. Pentest Tools Free
  64. Hacking Tools Windows 10
  65. Hacker
  66. Github Hacking Tools
  67. Install Pentest Tools Ubuntu
  68. Hacking Tools Pc

No comments:

Post a Comment