/spiderfoot-kasm

SpiderFoot for Kasm Workspaces. Ready to deploy.

Primary LanguagePythonMIT LicenseMIT

License Python Version Stable Release CI status Last Commit Codecov Twitter Follow Discord

SpiderFoot is an open source intelligence (OSINT) automation tool. It integrates with just about every data source available and utilises a range of methods for data analysis, making that data easy to navigate.

SpiderFoot has an embedded web-server for providing a clean and intuitive web-based interface but can also be used completely via the command-line. It's written in Python 3 and MIT-licensed.

This forked version can be readily deployed to Kasm workspaces.

Original Repo: smicallef/spiderfoot

Deploy on Kasm Workspaces

  • Build docker image
sudo docker build -t spiderfoot -f Dockerfile .
  • Deploy on Kasm In Kasm, go to "Workspaces", add a new workspace, and fill the docker image field as spiderfoot:latest and the rest of the fields as required. Click "save" and wait for the image to be available.