sonarbyte icon indicating copy to clipboard operation
sonarbyte copied to clipboard

sonarbyte is a simple and fast subdomain scanner written in go to extract subdomain from Rapid7's DNS Database using omnisint's api.

sonarbyte

GitHub issues GitHub forks GitHub stars

Description

Sonarbyte is a simple and fast subdomain scanner written in go to extract subdomains from Rapid7's DNS Database using omnisint's api.

Install

▶ go get github.com/channyein1337/sonarbyte
▶ git clone https://github.com/channyein1337/sonarbyte.git
▶ go build main.go
▶ sudo mv sonarbyte /usr/bin/sonarbyte

Usage

▶ 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

Updates Feature

  • Add new flags

Future plan

  • New Services
  • File output

Implement

https://omnisint.io/