removed wrong edit ...

This commit is contained in:
Michael Messner 2014-07-02 21:33:49 +02:00
parent 8f55af5f9d
commit e5b441314c
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ class Metasploit3 < Msf::Exploit::Remote
res = nil
1.upto(5) do
res,_,_ = udp_sock.recvfrom(65535, 1.0)
break if res and res =~ /SERVER: Linux, UPnP/1.0, DIR-... Ver/mi
break if res and res =~ /^(Server|Location)/mi
udp_sock.sendto(msearch, rhost, rport, 0)
end