SpiderFootを利用した情報収集

1. インストールと起動
以下のコマンドでSpiderFoot 3.2.1をインストールし、起動する

wget https://github.com/smicallef/spiderfoot/archive/v3.2.1.tar.gz
tar zxvf v3.2.1.tar.gz
cd spiderfoot-3.2.1
pip3 install -r requirements.txt
python3 ./sf.py -l 127.0.0.1:5001

 
2. スキャンを行う
http://127.0.0.1:5001/ にアクセスし、New Scanタブを開く
Scan Nameに適当な名前を、Scan TargetにドメインIPアドレスを入力する。
各種設定を選択した後、Run Scan Nowをクリックするとスキャンが始まる