Skip to main content
Security components wrap popular open-source tools for subdomain discovery, DNS resolution, port scanning, and secret detection.

Subdomain Discovery

Subfinder

GitHub · Docker: ghcr.io/shipsecai/subfinder
Discovers subdomains using passive sources. Example command: subfinder -d example.com -silent

Amass

GitHub · Docker: ghcr.io/shipsecai/amass
Active and passive subdomain enumeration.

ShuffleDNS + MassDNS

GitHub (ShuffleDNS) · GitHub (MassDNS) · Docker: ghcr.io/shipsecai/shuffledns-massdns
High-performance DNS bruteforcing and resolution. This is a combined image that has both ShuffleDNS with MassDNS pre-installed.

DNS Resolution

DNSX

GitHub · Docker: ghcr.io/shipsecai/dnsx
Resolves DNS records with support for multiple record types and custom resolvers.

HTTP Probing

httpx

GitHub · Docker: ghcr.io/shipsecai/httpx
Probes hosts for live HTTP services and captures response metadata. Example command: httpx -l targets.txt -json -status-code 200,301

Port Scanning

Naabu

GitHub · Docker: ghcr.io/shipsecai/naabu
Fast active port scanning using SYN/CONNECT probes. Example command: naabu -host scanme.sh -top-ports 100

Vulnerability Scanning

Nuclei

GitHub · Docker: ghcr.io/shipsecai/nuclei
Template-based vulnerability scanning. This is nuclei custom image with nuclei-templates baked in.

Secret Detection

TruffleHog

GitHub · Docker: ghcr.io/shipsecai/trufflehog
Scans for leaked credentials across repositories, filesystems, and cloud storage. Example command: trufflehog git https://github.com/org/repo --results=verified --json

Cloud Security

Prowler Scan

GitHub · Docker: ghcr.io/shipsecai/prowler
Cloud (AWS, Azure, GCP) security posture management. Best practices auditing.

Supabase Scanner

GitHub · Docker: ghcr.io/shipsecai/supabase-scanner
Scans Supabase instances for misconfigurations.

Notifications

Notify

GitHub · Docker: ghcr.io/shipsecai/notify
Sends alerts to Slack, Discord, Telegram, or email.

Example Workflow

A complete attack surface discovery pipeline: