bug/bundler_fix
jvazquez-r7 2013-05-29 16:21:32 -05:00
commit 9d91596e46
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ class Metasploit3 < Msf::Auxiliary
uri = normalize_uri(datastore['URI']) uri = normalize_uri(datastore['URI'])
res = send_request_cgi({ res = send_request_cgi({
'uri' => uri, 'uri' => uri,
'method' => 'GET' 'method' => 'GET',
'username' => Rex::Text.rand_text_alpha(8)
}, 25) }, 25)
http_fingerprint({ :response => res }) http_fingerprint({ :response => res })
rescue ::Rex::ConnectionError => e rescue ::Rex::ConnectionError => e