mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add a minor nsedoc bug note
This commit is contained in:
parent
dba101df69
commit
0b1793dda2
1 changed files with 6 additions and 0 deletions
|
|
@ -753,6 +753,12 @@ o Now that NSE has more script phases (prerule, postrule, hostrule,
|
|||
portrule, and versionrule soon to come), the NSEDoc should specify
|
||||
which phases a script belongs to.
|
||||
|
||||
o Small NSEDoc bug:
|
||||
http://nmap.org/nsedoc/scripts/dns-zone-transfer.html contains 'id
|
||||
\222\173' near the bottom. This is presumably due to misparsing this
|
||||
line from the script: local req_id = '\222\173'. Given that we don't
|
||||
use IDs any more, maybe we can just get rid of the functionality.
|
||||
|
||||
o Consider implementing a nsock_pcap_close() function or making
|
||||
nsp_delete() call pcap_close() when pcap IODs are used. Currently valgrind
|
||||
warns about a socket descriptor left opened (at least in Nping).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue