1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-02 11:39:03 +00:00
This commit is contained in:
fyodor
2009-06-13 05:13:47 +00:00
parent 7b6a56c2a6
commit b0420dd8d5

View File

@@ -179,7 +179,7 @@ o [NSE] Removed the packet.hextobin(str) and packet.bintohex(str)
by calling bin.pack("H", str) and bin.unpack("H", str),
respectively. [Patrick]
o [NSE[ Fixed the parsing of --script-args, which was only accepting
o [NSE] Fixed the parsing of --script-args, which was only accepting
alphanumeric characters and underscores in values. Now a key, value,
or array value may be a sequence of any characters except '{', '}',
',', '=', and all space characters. You may overcome this