fix exception

MS-2855/keylogger-mettle-extension
zerosum0x0 2018-01-29 07:57:08 -07:00
parent a15befe94b
commit 9b7c19db08
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ module Exploit::Remote::SMB::Client::Psexec_MS17_010
end
disconnect # also disconnect trees and logoff??
rescue => ::Rex::Proto::SMB::Exceptions::NoReply
rescue ::Rex::Proto::SMB::Exceptions::NoReply => e
# pass
# it's fine.
rescue => error