Skip to content

Subjack

Subdomain takeover vulnerability scanner

Description

Subjack is a subdomain takeover tool that checks if subdomains can be hijacked by checking for dangling CNAME records pointing to services that can be claimed.

Installation

BASH
go install github.com/haccer/subjack@latest

Basic Usage

BASH
subjack -w subs.txt -t 100 -ssl -o results.txt

Advanced Usage

BASH
# With timeout
subjack -w subs.txt -t 100 -timeout 30 -o results.txt

# Manual check
subjack -w subs.txt -a -ssl