Not an HttpClient, so doesn't have normalize_uri

[FixRM #7851]
bug/bundler_fix
James Lee 2013-03-28 13:16:21 -05:00
parent 29ad9939e1
commit 9086c53751
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Metasploit3 < Msf::Auxiliary
def run def run
uri = normalize_uri(datastore['URI']) uri = datastore['URI']
print_status("Attacking http://#{datastore['VHOST'] || rhost}:#{rport}#{uri}") print_status("Attacking http://#{datastore['VHOST'] || rhost}:#{rport}#{uri}")
begin begin