mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 10:59:02 +00:00
Use a more straightforward return style in script rules. Instead of
if cond then return true else return false end just do return cond
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
description = [[
|
||||
Checks a DNS server for the predictable-TXID DNS recursion
|
||||
vulnerability. Predictable TXID values can make a DNS server vulnerable to
|
||||
|
||||
Reference in New Issue
Block a user