fixed indent
parent
7ab8485acc
commit
2da278f151
|
@ -257,7 +257,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
vprint_error("#{ip}:#{port} - unknown error message")
|
||||
end
|
||||
when /NI_PONG/
|
||||
vprint_good("#{ip}:#{port} - TCP open")
|
||||
vprint_good("#{ip}:#{port} - TCP OPEN")
|
||||
return [ip, port, "open", sap_port_info(port)]
|
||||
else
|
||||
vprint_error("#{ip}:#{port} - unknown response")
|
||||
|
|
Loading…
Reference in New Issue