Skip to content

Commit

Permalink
Fix #6008 for wireshark_lwres_getaddrbyname
Browse files Browse the repository at this point in the history
  • Loading branch information
jhart-r7 committed Sep 27, 2015
1 parent bbd08b8 commit bd2f73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/exploits/multi/misc/wireshark_lwres_getaddrbyname.rb
Expand Up @@ -204,10 +204,10 @@ def exploit
p.payload = sploit
p.recalc

capture_sendto(p, rhost)
sent = capture_sendto(p, rhost)
close_pcap

handler
handler if sent
else
print_status("Sending malformed LWRES packet to #{rhost}")
connect_udp
Expand Down

0 comments on commit bd2f73f

Please sign in to comment.