Fix #6008 for ipidseq.rb

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

View File

@ -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)