Merge branch 'master' of https://github.com/rapid7/metasploit-framework
commit
9d91596e46
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue