
Commands:
- 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
- Sub-domain searching:
kali@kali ~ theHarvester -d microsoft.com -b bing
