Skip to content

Instantly share code, notes, and snippets.

@linuxbiekaisar
Last active January 5, 2024 16:55
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save linuxbiekaisar/3bf452b25a03d513a3769c97de20dfeb to your computer and use it in GitHub Desktop.
Save linuxbiekaisar/3bf452b25a03d513a3769c97de20dfeb to your computer and use it in GitHub Desktop.
How to install theHarvester on Ubuntu 18.04 LTS
# Youtube: https://www.youtube.com/channel/UC8dSAxutoOJuoy7kExTd0AQ
# !/bin/sh
# use to git clon to download and clone the theHarvester from Github
git clone https://github.com/laramies/theHarvester
# Now enter into the theHarvester Folder
cd theHarvester
# Now install pip
sudo apt install python3-pip
# Now run the command if not donot work then run second one
python3.7 -m pip install -r requirements/dev.txt
# Else:
python3.7 -m pip install -r requirements/base.txt
# NOw run theHarvester
python3.7 theHarvester.py -h
# For Generating email list use this command
python3.7 theHarvester.py -d gmail.com -l 500 -b google
@Maxdev01
Copy link

good
thank you

@Huy-Hoang2k8
Copy link

cho mik hỏi mik vẫn chx hỉu phải tải làm sao

@viktokito
Copy link

thank you :D

@robertriosm
Copy link

dude, its not working, I already installed it and everything, but it always says:
[!] Invalid source.
someone knows whats wrong?

@Depgit
Copy link

Depgit commented Apr 25, 2023

dude, its not working, I already installed it and everything, but it always says: [!] Invalid source. someone knows whats wrong?

try this
python3 theHarvester.py -d google.com -b all

@networker12
Copy link

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment