Example Usage
SubSnipe identifies potentially take-over-able subdomains Usage: subsnipe [flags] Examples: ./subsnipe -d test.com ./subsnipe -d test.com --threads 50 --output my_output.md ./subsnipe -s subdomains.txt --skip-update-check --format json --output output.json Flags: -d, --domain string The domain to query for subdomains -f, --format string Format of the output (md, json) (default "md") -h, --help help for subsnipe -o, --output string Name of the output file (default "output.md") -u, --skip-update-check Skip update check -s, --subdomains-file string Path to the file containing subdomains to query (subdomains are separated by new lines) -t, --threads int Number of concurrent threads for CNAME checks (default 30)