-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Installation
waelsv edited this page Dec 8, 2020
·
33 revisions
The easiest way to use theHarvester is by simply using Kali Linux.
Make sure you are you using a recent version.
From there simply type: theharvester -h and you are good to go!
theHarvester can also be run with Docker.
First, build the docker image.
$ ~ > git clone https://github.com/laramies/theHarvester
$ ~ > cd theHarvester
$ ~ > docker build -t theharvester .
$ ~ > docker run theharvester -h
The third option is building from source, simply run these commands
and you are all set!
Make sure you are using Python3.7+
$ ~ > git clone https://github.com/laramies/theHarvester
$ ~ > cd theHarvester
If developing do:
$ ~ > python3 -m pip install -r requirements/dev.txt
Else:
$ ~ > python3 -m pip install -r requirements/base.txt
$ ~ > python3 theHarvester.py -h
The fourth option is building from source and using pipenv. If you need help with pipenv look here
Make sure you are using Python3.7+
$ ~ > git clone https://github.com/laramies/theHarvester
$ ~ > cd theHarvester
$ ~ > python3 -m pip install pipenv
$ ~ > pipenv install
$ ~ > pipenv shell
$ ~ > python3 theHarvester.py -h
If you wish to use api keys make sure to edit api-keys.yaml
The api-keys.yml file if installed using the setup.py or in kali are under /etc/theHarvester else it is in the root directory if you have git cloned.
- bing
- github
- hunter
- intelx
- pentesttools - paid
- securityTrails
- shodan
- spyse