Fix #6008 for wireshark_lwres_getaddrbyname_loop
parent
bd2f73f40a
commit
96e4e883ae
|
@ -215,7 +215,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
|
||||||
while true
|
while true
|
||||||
break if session_created? and datastore['ExitOnSession']
|
break if session_created? and datastore['ExitOnSession']
|
||||||
capture_sendto(p, rhost)
|
break unless capture_sendto(p, rhost)
|
||||||
select(nil,nil,nil,datastore['DELAY'])
|
select(nil,nil,nil,datastore['DELAY'])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue