1
0
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:
fyodor
2007-08-11 04:49:25 +00:00
parent aac82901d3
commit 80ade54171
19 changed files with 36445 additions and 95 deletions

View File

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