Description
Subzy checks for subdomain takeover vulnerabilities by verifying dangling DNS records that point to claimable services.
Installation
BASH
go install github.com/PentestPad/subzy@latest
Basic Usage
BASH
subzy run --targets subs.txt
Advanced Usage
BASH
# With concurrency
subzy run --targets subs.txt --concurrency 100
# HTTPS only
subzy run --targets subs.txt --https
# Verify mode
subzy run --targets subs.txt --verify_ssl