th_1

Commands:

  1. let’s gather the names of employees who work, or worked, at Microsoft and have a LinkedIn profile by using the following command:
 kali@kali  ~  theHarvester -d microsoft.com --dns-server 8.8.8.8 -b linkedin
  • -d = : Specifies the target organization by using the domain name.
  • --dns-server = : This allows you to specify a DNS server for all DNS queries.
  • -b = Specifies the source to retrieve the information
  1. Sub-domain searching:
 kali@kali  ~  theHarvester -d microsoft.com -b bing 

th_2