squelch ::Rex::Proto::SMB::Exceptions::NoReply
parent
6d35d241de
commit
a15befe94b
|
@ -76,6 +76,9 @@ module Exploit::Remote::SMB::Client::Psexec_MS17_010
|
|||
end
|
||||
|
||||
disconnect # also disconnect trees and logoff??
|
||||
rescue => ::Rex::Proto::SMB::Exceptions::NoReply
|
||||
# pass
|
||||
# it's fine.
|
||||
rescue => error
|
||||
vprint_error(error.class.to_s)
|
||||
vprint_error(error.message)
|
||||
|
|
Loading…
Reference in New Issue