๐Ÿ•ธ๏ธSpiderfoot

#basic syntax

spiderfoot -s target.com -u all #runs all scans

Install (should be native in kali)

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
python3 ./sf.py -l 127.0.0.1:5001
python3 ./sf.py -s countrygarden.com.cn

python3 ./sf.py -h       # options

Last updated