Skip to content

Commit

Permalink
remove downcase
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Feb 19, 2017
1 parent face944 commit 92c1fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/multi/http/tomcat_mgr_upload.rb
Expand Up @@ -419,7 +419,7 @@ def report_tomcat_credential
origin_type: :service,
module_fullname: self.fullname,
private_type: :password,
private_data: datastore['HttpPassword'].downcase,
private_data: datastore['HttpPassword'],
username: datastore['HttpUsername']
}

Expand Down

0 comments on commit 92c1fa8

Please sign in to comment.