masslookup

command module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2020 License: MIT Imports: 12 Imported by: 0

README

koron/masslookup

GoDoc Actions/Go Go Report Card

mass DNS lookup

$ masslookup < ip.txt > name.txt

input format:

1.2.3.4
192.168.0.1
111.112.113.114

output format:

  • Found

      {IP} \t FOUND \t {WHITESPACE_SEPARATED_NAMES}
    
  • Error:

      {IP} \t ERROR \t {ERROR_MESSAGE}
    
  • No entries:

      {IP} \t NOENTRY
    

Usage

  -concurrency int
        concurrency of DNS query (default 500)
  -hideerror
        hide query ERROR
  -hidenoentry
        hide NOENTRY

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