mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
fix typo
This commit is contained in:
parent
7b6a56c2a6
commit
b0420dd8d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue