/docker-spiderfoot

SpiderFoot, the open source footprinting and intelligence-gathering tool. http://www.spiderfoot.net

install

# get docker compose
wget https://raw.githubusercontent.com/treemo/docker-spiderfoot/master/docker-compose.yml

# create shared database file
touch spiderfoot.db

# create and start
docker-compose up