zmap / zdns

Fast DNS Lookup Library and CLI Tool
Apache License 2.0
891 stars 121 forks source link

added nslookup cmd to CLI for visibility #359

Closed phillip-stephens closed 3 months ago

phillip-stephens commented 3 months ago

Description

Looking at the --help text for zdns gives the impression that there are a couple unique modules (alookup, mxlookup,...) and any other dns type you just use the type name (NS, DMARC, ...). However, the NSLookup module is registered explicitly with NSLOOKUP. Therefore, without looking thru the code it's impossible to know that you should use ./zdns nslookup to call it.

Changes