mirror of
https://github.com/nmap/nmap.git
synced 2025-12-25 17:09:02 +00:00
fixed bad escape sequences
This commit is contained in:
@@ -118,7 +118,7 @@ svn =
|
||||
return false, "error"
|
||||
end
|
||||
|
||||
challenge = msg:match("\<.+\>")
|
||||
challenge = msg:match("<.+>")
|
||||
|
||||
if ( not(challenge) ) then
|
||||
return false, "Failed to read challenge"
|
||||
|
||||
Reference in New Issue
Block a user