Skip to content

Commit dad21b1

Browse files
committed
Land rapid7#7979, another downcase fix for a password
2 parents 6470202 + 92c1fa8 commit dad21b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/tomcat_mgr_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def report_tomcat_credential
419419
origin_type: :service,
420420
module_fullname: self.fullname,
421421
private_type: :password,
422-
private_data: datastore['HttpPassword'].downcase,
422+
private_data: datastore['HttpPassword'],
423423
username: datastore['HttpUsername']
424424
}
425425

0 commit comments

Comments
 (0)