...
parent
49bcec5c92
commit
db78ffcc46
|
@ -72,7 +72,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
print_error("Could not connect to target!")
|
||||
return Exploit::CheckCode::Safe
|
||||
end
|
||||
sock.put("GET / HTTP/1.0\r\n")
|
||||
sock.put("GET / HTTP/1.0\r\n\r\n")
|
||||
res = sock.get_once
|
||||
|
||||
if res =~ /intrasrv 1.0/
|
||||
|
|
Loading…
Reference in New Issue