mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 20:05:30 +00:00
Update dns-nsid.nse
Fix incorrect dig command in description The dig command for querying bind version in the description of the script was mixed up and different from the actual query performed in the script.
This commit is contained in:
parent
0876310c2a
commit
5fc35835f4
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ Retrieves information from a DNS nameserver by requesting
|
|||
its nameserver ID (nsid) and asking for its id.server and
|
||||
version.bind values. This script performs the same queries as the following
|
||||
two dig commands:
|
||||
- dig CH TXT bind.version @target
|
||||
- dig CH TXT version.bind @target
|
||||
- dig +nsid CH TXT id.server @target
|
||||
|
||||
References:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue