Fix #6008 for ipidseq.rb
parent
5b1ee8c8ca
commit
d3a41323b8
|
@ -69,7 +69,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
|
||||
probe = buildprobe(shost, sport, ip, rport)
|
||||
|
||||
capture_sendto(probe, ip)
|
||||
next unless capture_sendto(probe, ip)
|
||||
|
||||
reply = probereply(pcap, to)
|
||||
|
||||
|
|
Loading…
Reference in New Issue