top of page

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

install_spiderfoot.png

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

spiderfoot_new_scan_settings.png

Different options can be used for scanning: by use case, required data, and module

©2022 by Help organisers. Proudly created with Wix.com
Disclaimer: we are not collecting personal data or asking for money from you; please do not share your personal detail unless we ask with the relevant code

bottom of page