mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +00:00
Updates scripts to work with the new version of the TN3270 library. Closes #1078.
This commit is contained in:
@@ -316,7 +316,7 @@ local function cics_test( host, port, commands, user, pass )
|
||||
end
|
||||
tn:get_screen_debug(2)
|
||||
|
||||
if tn:find('Sign-off is complete.') then
|
||||
if tn:find('off is complete.') then
|
||||
cics = true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user