Skip to content

0xBl4nk/subtack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SubTack

SubTack is a Go-based tool for detecting possible subdomain takeovers.

Features

  • Automatically manages and updates fingerprints from the can-i-take-over-xyz repository
  • Default fingerprint cache at ~/.config/subtack/fingerprints.json
  • Manual update option with --update
  • Supports:
    • Concurrency (--threads)
    • Rate limiting (--rate-limit)
    • Custom HTTP headers (--user-agent, --cookies)
  • Reads input from stdin, output formatted as:
    [subtack] domain -> cname (possible takeover)
    
  • Optional flags:
    • --fingerprints <path>: Specify a custom JSON fingerprint file
    • --silent: Silent mode (reduces terminal output)

Installation

  • Github
git clone https://github.com/0xBl4nk/subtack.git
cd subtack
go build -o subtack
  • Go install
go install -v github.com/0xBl4nk/subtack@latest

Usage

cat subdomains.txt | ./subtack --threads 10 --rate-limit 5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages