Spiderfoot & OSINT
Step 1
Update Kali with command:
Sudo apt-get update && sudo apt-get upgrade
Step 2
Install python3-pip with command:
Apt install python3-pip
Step 3
Go to Git hub page for Spiderfoot and copy the code from Stable build option
wget https://github.com/smicallef/spiderfoot/archive/v4.0.tar.gz
tar zxvf v4.0.tar.gz
cd spiderfoot-4.0
pip3 install -r requirements.txt
Step 4
Install Spiderfoot from the terminal with command:
Python3 ./sf.py -l 192.168.20.11:5001

Spiderfoot then can be access from the link displayed in the cmd
Step 5
After accessing the Spiderfoot home page, go to Settings -> AbuzeIPDB -> Enter API key (to get one, got to AbuzeIPDB home page and create account) -> Save changes
Step 6
Now we are able to start scanning, so we go to window New Scan -> Enter new scan name -> target IP (124.222.31.94) -> by module -> deselect all, then select AbuzeIPDB -> Run scan now
