dns-wildcard-removal

command module
v0.0.0-...-ff2bfba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2020 License: MIT Imports: 1 Imported by: 0

README

dns-wildcard-removal

Go Build Go Test

dns-wildcard-removal removes wildcard domains from the provided list of domains. Internally it uses massdns to speedly resolve all domain and then it itrerate over the results to quickly remove the wildcards.

Install

Dependencies

massdns's binary should be in PATH.

Installation

go get -v -u github.com/faizal3199/dns-wildcard-removal

Usage

$ dns-wildcard-removal -h
Usage: dns-wildcard-removal --domain DOMAIN --input INPUT --resolver RESOLVER [--threads THREADS] --output OUTPUT

Options:
  --domain DOMAIN, -d DOMAIN
                         Domain to filter wildcard subdomains for
  --input INPUT, -i INPUT
                         Path to input file of list of subdomains. Use - for stdin
  --resolver RESOLVER, -r RESOLVER
                         Path to file containing list of resolvers
  --threads THREADS, -t THREADS
                         Number of threads to run [default: 4]
  --output OUTPUT, -o OUTPUT
                         Path to output file. Use - for stdout
  --help, -h             display this help and exit

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL