fix typo
parent
8c0e4705f1
commit
59e96e5850
|
@ -138,7 +138,7 @@ class Metasploit4 < Msf::Auxiliary
|
||||||
print_good("[SAP] #{ip}:#{rport} - Data stored in #{loot_path}")
|
print_good("[SAP] #{ip}:#{rport} - Data stored in #{loot_path}")
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
print_eror("[SAP] #{ip}:#{rport} - Unknown error")
|
print_error("[SAP] #{ip}:#{rport} - Unknown error")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
rescue ::Rex::ConnectionError
|
rescue ::Rex::ConnectionError
|
||||||
|
|
Loading…
Reference in New Issue