Sonarbyte is a simple and fast subdomain scanner written in go to extract subdomains from Rapid7's DNS Database using omnisint's api.
▶ go get github.com/channyein1337/sonarbyte
▶ git clone https://github.com/channyein1337/sonarbyte.git
▶ go build main.go
▶ sudo mv sonarbyte /usr/bin/sonarbyte
▶ sonarbyte -h
Usage of sonarbyte:
-d string
Set the domain name
-df string
Set the file
For a single domain
▶ sonarbyte -d hackerone.com
For multiple domains
▶ sonarbyte -df domain.txt
Run with httpx
▶ sonarbyte -df domain.txt | httpx
- Add new flags
- New Services
- File output