0% found this document useful (0 votes)
97 views1 page

CEH Tools in Ethical Hacking & Installation Tecnique

The document provides instructions for installing and using theHarvester, a tool for gathering email addresses from different public sources on the internet. It can be installed using apt-get or cloned from GitHub. The document also shows how to use nslookup commands to query different DNS record types like NS, SOA, MX, and ANY for a domain.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
97 views1 page

CEH Tools in Ethical Hacking & Installation Tecnique

The document provides instructions for installing and using theHarvester, a tool for gathering email addresses from different public sources on the internet. It can be installed using apt-get or cloned from GitHub. The document also shows how to use nslookup commands to query different DNS record types like NS, SOA, MX, and ANY for a domain.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

TheHarvester Gather an email list

nstallation:
In terminal type:

sudo apt-get theharvester

If it doesn’t work you can try to clone it directly from git using the following commands

git clone https://github.com/laramies/theHarvester.git


cd theHarvester
sudo python ./theHarvester.py

NSlookup

nslookup -type=ns certifiedhacker.com

To find SOA nslookup -type=soa certifiedhacker.com


To find MX nslookup -query=mx
To find DNS nslookup -type=any

You might also like