mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 00:19:01 +00:00
merge soc07 r5016:5022 - Added support for C-modules; converted the nse_bitlib to such a module; adapted dns-test-open-recursion.nse to use the new module; Moved make_buffer to stdnse and updated the documentation
This commit is contained in:
@@ -8,6 +8,8 @@ license = "See nmaps COPYING for licence"
|
||||
|
||||
categories = {"intrusive"}
|
||||
|
||||
require "bit"
|
||||
|
||||
portrule = function(host, port)
|
||||
if port.number == 53
|
||||
and port.protocol == "udp"
|
||||
|
||||
Reference in New Issue
Block a user