Skip to content

k-sau/bbrf-amass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bbrf-amass

Parses amass json output and forward it to bbrf: domain:ip with its sources. This also supports ipv6. Normally, I wasn't able to add domain:ip with amass sources from stdin. This solves that problem.

Installation

GO111MODULE=on go get github.com/k-sau/bbrf-amass@latest

Disclaimer

Make sure to manually filter the bbrf-client results if you used -wildcard flag of this tool since it will add every subdomains to bbrf-server without checking in scope domains.

Usage

  -bc string
    	File path for bbrf config file. Default: ~/.bbrf/config.json (default "~/.bbrf/config.json")
  -h	Prints available flags
  -p string
    	Program id. Required.
  -path string
    	Full path to amass json output.
  -service
    	Takes input from stdin in format of ip;port;service-name. Supports ipv6
  -unresolved
    	Takes domain names from stdin and adds it.
  -wildcard
    	Adds everything excepts domains which explicitly mentioned in out of scope.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages