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:
Manuel Tiedtke 2023-08-28 12:43:49 +02:00 committed by GitHub
parent 0876310c2a
commit 5fc35835f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: