diff --git a/scripts/dns-brute.nse b/scripts/dns-brute.nse index 97ab36e9d..6e77c372c 100644 --- a/scripts/dns-brute.nse +++ b/scripts/dns-brute.nse @@ -1,5 +1,5 @@ description = [[ -Attempts to find an DNS hostnames by brute force guessing. +Attempts to enumerate DNS hostnames by brute force guessing. ]] -- 2011-01-26