Another update
parent
af16f11784
commit
9f5768ae37
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue