bug/bundler_fix
Nathan Einwechter 2013-08-12 18:21:10 -04:00
parent 49bcec5c92
commit db78ffcc46
1 changed files with 1 additions and 1 deletions

View File

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