Fix #6008 for snort_dce_rpc
parent
989fe49750
commit
bbd08b84e5
|
@ -97,7 +97,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
|
||||||
print_status("#{rhost}:#{rport} Sending crafted SMB packet from #{shost}...")
|
print_status("#{rhost}:#{rport} Sending crafted SMB packet from #{shost}...")
|
||||||
|
|
||||||
capture_sendto(p, rhost)
|
return unless capture_sendto(p, rhost)
|
||||||
|
|
||||||
handler
|
handler
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue