MCPcopy Index your code
hub / github.com/PentestPad/subzy

github.com/PentestPad/subzy @v1.2.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.2.1 ↗ · + Follow
28 symbols 70 edges 11 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Subzy

Subdomain takeover tool which works based on matching response fingerprints from can-i-take-over-xyz

follow on Twitter

Subzy subdomain takeover

Installation

go install -v github.com/PentestPad/subzy@latest

If $GOBIN and $GOPATH are properly set, execute the program as:

$ subzy --help
Subdomain takeover tool

Usage:
  subzy [command]

Available Commands:
  help        Help about any command
  run         Run subzy
  version     Print subzy version

Flags:
  -h, --help   help for subzy

Use "subzy [command] --help" for more information about a command.

If you get an error exec format error: ./subzy, you need to install Golang for your OS and compile the program by running go build -o subzy main.go which will generate new subzy binary file

Options

Only required flag for run subcommand(r short version) is either --target or --targets

--target (string) - Set single or multiple (comma separated) target subdomain/s
--targets (string) - File name/path to list of subdomains
--concurrency (integer) - Number of concurrent checks (default 10)
--hide_fails (boolean) - Hide failed checks and invulnerable subdomains (default false)
--https (boolean) - Use HTTPS by default if protocol not defined on targeted subdomain (default false)
--timeout (integer) - HTTP request timeout in seconds (default 10)
--verify_ssl (boolean) - If set to true, it won't check site with invalid SSL

Usage

Target subdomain can have protocol defined, if not http:// will be used by default if --https not specifically set to true.

  • List of subdomains
  • ./subzy run --targets list.txt

  • Single or multiple targets

  • ./subzy run --target test.google.com
  • ./subzy run --target test.google.com,https://test.yahoo.com

Command aliases

Each subzy subcommand has its own short version. Running subzy version or subzy v is the same.

  • run - r
  • update - u
  • version - v

Core symbols most depended-on inside this repo

isEnabled
called by 4
runner/helpers.go
GetFingerprintPath
called by 4
runner/download.go
DownloadFingerprints
called by 2
runner/download.go
Fingerprints
called by 2
runner/fingerprints.go
isValidUrl
called by 1
runner/helpers.go
CheckIntegrity
called by 1
runner/download.go
readSubdomains
called by 1
runner/reader.go
Process
called by 1
runner/process.go

Shape

Function 19
Method 4
Struct 4
TypeAlias 1

Languages

Go100%

Modules by API surface

runner/worker.go6 symbols
runner/process.go6 symbols
runner/helpers.go3 symbols
runner/download.go3 symbols
runner/config.go3 symbols
runner/fingerprints.go2 symbols
runner/reader.go1 symbols
main.go1 symbols
cmd/version.go1 symbols
cmd/run.go1 symbols
cmd/root.go1 symbols

For agents

$ claude mcp add subzy \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact