1
0
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:
david
2008-11-18 16:59:09 +00:00
parent f4b970f889
commit 85deff9ede
16 changed files with 21 additions and 127 deletions

View File

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