OwlArch

Software

🔙 Go back home

SpiderFoot

OSINT and Information Gathering Tool

Introduction

SpiderFoot is an automated open-source intelligence (OSINT) tool that collects and analyzes data from diverse sources for security research, threat intelligence, and cyber investigations. It simplifies reconnaissance by aggregating information about domains, IPs, email addresses, and more.

Features

Installation

  1. Open a terminal.
  2. Install SpiderFoot using:
    sudo pacman -S spiderfoot  
    

Install Verification

Check the version to confirm installation:

spiderfoot --version  

Uninstall

sudo pacman -R spiderfoot  

Usage

Start the Web Interface

spiderfoot -l 127.0.0.1:5001  

Access the dashboard at:
http://127.0.0.1:5001

Run a Scan via CLI

spiderfoot -m all -t example.com  

Export Scan Results

spiderfoot -m all -t example.com --csv results.csv  

Example Workflows

Investigate a Domain

  1. Start the web interface:
    spiderfoot -l 127.0.0.1:5001  
    
  2. Enter example.com in the web UI and run a scan.

Check for Breached Emails

spiderfoot -m breach -t user@example.com  

Scan an IP Address

spiderfoot -m all -t 8.8.8.8  

Configuration

  1. API Keys:
    • Add API keys (e.g., VirusTotal, Shodan) in the web UI under Settings to enhance data collection.
  2. Manual Configuration:
    Edit the config file:
    nano ~/.spiderfoot/config.cfg  
    

Official Documentation & More Info

Contributing

Support

License

SpiderFoot is released under the MIT License.


🔙 Radare 🔜 Suricata