Skip to content

Commit f76a50a

Browse files
author
jvazquez-r7
committed
Land rapid7#1881, @todb's fix for Redmine Bug 7991
2 parents e7a1f06 + 10d8beb commit f76a50a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/auxiliary/scanner/http/tomcat_mgr_login.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ def run_host(ip)
7575
uri = normalize_uri(datastore['URI'])
7676
res = send_request_cgi({
7777
'uri' => uri,
78-
'method' => 'GET'
78+
'method' => 'GET',
79+
'username' => Rex::Text.rand_text_alpha(8)
7980
}, 25)
8081
http_fingerprint({ :response => res })
8182
rescue ::Rex::ConnectionError => e

0 commit comments

Comments
 (0)