1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 12:19:02 +00:00
Commit Graph

58 Commits

Author SHA1 Message Date
david
12e34eb5b0 Reformat and merge documentation for some NSE modules: comm, datafiles, dns,
http, ipOps, listop, and match. This is mainly merging the best documentation
from the module source and scripting.xml into the module, with the aim of
making the source code the canonical source for module documentation.
2008-10-15 22:03:14 +00:00
fyodor
2c00352b8e make timing a little more conservative 2008-09-15 19:05:00 +00:00
david
3121ac156d Make DNS timeouts dependent on the timing template. Patch by jah. See
http://seclists.org/nmap-dev/2008/q3/0702.html.
2008-09-15 18:56:54 +00:00
david
dfdf8a5752 Move the new version of dns.reverse that does IPv6 reverse lookups out of
ASN.nse and into the dns library.
2008-09-06 03:45:37 +00:00
kris
0399bc71c5 Give dns.lua default module name like the others if absent 2008-09-05 18:59:31 +00:00
fyodor
dc74809a68 Applied patch from Jah:
Attached corrects answerFetcher[types.TXT]() in dns.lua which inserts
v.data into answers only if v.domain is present - I believe the test
should be for v.data.  This was preventing TXT answers from being
returned from dns.query() with the retAll option.
2008-08-26 01:01:27 +00:00
pgpickering
9e6a88ad67 changed option in dns.lua 2008-08-21 10:00:25 +00:00
pgpickering
d8bb0e8c73 added NSE DNS library 2008-08-21 09:38:28 +00:00