OSINT with SpiderFoot
SpiderFoot is an open source intelligence (OSINT) automation tool. It integrates with just about every data source available and utilises a range of methods for data analysis, making that data easy to navigate.
Installation:
Installation , a little note make sure you have python3 installed, and make sure to run everything as root .
1 . Download Spiderfoot.
https://github.com/smicallef/spiderfoot/archive/v3.2.1.tar.gz
2. Uncompress it.
tar zxvf v3.2.1.tar.gz
3. Navigate to its directory.
cd spiderfootv3.2.1
4. Install requirements.
sudo pip install publicsuffixlist pip3 install -r requirements.txt
5. Run it!
python3 ./sf.py -l 127.0.0.1:5001
Resources