Safe first-module picks安全首选模块
- sfp_dns
- sfp_crt
- sfp_webanalyt
- sfp_whois
SpiderFoot guideSpiderFoot 指南 · 2026-06-21
Run a narrow authorized scan on a domain you own. This guide shows the setup, first steps, module choice and what to avoid.对自有域名运行窄范围授权扫描。本指南包含安装、第一步、模块选择和要避免的事项。
# clone and install
git clone https://github.com/smicallef/spiderfoot.git
cd spiderfoot
pip3 install -r requirements.txt
# start web UI (local only)
python3 sf.py -l 127.0.0.1:5001
# or use Docker
docker build -t spiderfoot .
docker run -p 5001:5001 spiderfoot
Python 3.7+ required. For Kali: spiderfoot is in the default repo.需要 Python 3.7+。Kali 用户:spiderfoot 在默认仓库里。
For a first run, start with modules that only read public registries, DNS and web surface without active probing:首次运行可从只读模块开始,仅读取公开注册库、DNS 和网页表层,不主动探测:
Let the scan run for a short time, then review the findings in the web UI. Stop the scan if you see results outside your scope.让扫描运行一小段时间,然后在 Web UI 中查看结果。如果发现有超出范围的结果,立即停止。