SpiderFoot - An Open Source Intelligence Automation Tool

SpiderFoot - An Open Source Intelligence Automation Tool

SpiderFoot is an open source tool that is designed to automate the process of gathering intelligence about a given target, which may be an IP address, domain name, hostname or network subnet.

SpiderFoot can be used offensively, i.e. as part of a black-box penetration test to gather information about the target or defensively to identify what information your organisation is freely providing for attackers to use against you.

SpiderFoot Snapshot

Requirements:

  • If your operating system is Linux/BSD/Solaris, you need Python 2.7 installed, in addition to the lxml, netaddr, M2Crypto, CherryPy, bs4, requests and Mako modules.

To install the dependencies using PIP, run the following:
  ~$ pip install lxml netaddr M2Crypto cherrypy mako requests bs4  

On some distros, instead of M2Crypto, you must install it using APT instead:
  ~$ apt-get install python-m2crypto  

Other modules such as PyPDF2, SOCKS and more are included in the SpiderFoot package, so you don't need to install them separately.

  • If you are using Windows, no third party tools/libraries need to be installed, not even Python, because it is an executable!

Note: By default, SpiderFoot does not authenticate users connecting to its user-interface or serve over HTTPS, so avoid running it on a server/workstation that can be accessed from untrusted devices, as they will be able to control SpiderFoot remotely and initiate scans from your devices. As of SpiderFoot 2.7, to use authentication and HTTPS,

Features:

  • Utilises a shedload of data sources; over 50 so far and counting, including SHODAN, RIPE, Whois, PasteBin, Google, SANS and more.
  • Designed for maximum data extraction; every piece of data is passed on to modules that may be interested, so that they can extract valuable information. No piece of discovered data is saved from analysis.
  • Runs on Linux and Windows. And fully open-source so you can fork it on GitHub and do whatever you want with it.
  • Visualisations. Built-in JavaScript-based visualisations or export to GEXF/CSV for use in other tools, like Gephi for instance.
  • Web-based UI and CLI. Choose between a GUI that is easy to use and a powerful command-line interface. Take a look through the gallery for screenshots of the GUI.
  • Highly configurable. Almost every module is configurable so you can define the level of intrusiveness and functionality.
  • Modular. Each major piece of functionality is a module, written in Python. Feel free to write your own and submit them to be incorporated!
  • SQLite back-end. All scan results are stored in a local SQLite database, so you can play with your data to your heart's content.
  • Simultaneous scans. Each footprint scan runs as its own thread, so you can perform footprinting of many different targets simultaneously.


from Effect Hacking full article here