Fix #6008 for snort_dce_rpc

bug/bundler_fix
Jon Hart 2015-09-27 14:53:40 -07:00
parent 989fe49750
commit bbd08b84e5
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class Metasploit3 < Msf::Exploit::Remote
print_status("#{rhost}:#{rport} Sending crafted SMB packet from #{shost}...")
capture_sendto(p, rhost)
return unless capture_sendto(p, rhost)
handler
end