Skip to content

Commit 5063415

Browse files
committed
Land rapid7#9552, add private_type for stored tomcat pw
Fixes rapid7#9513
2 parents 3811665 + fbeba8b commit 5063415

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
@@ -120,7 +120,8 @@ def run_host(ip)
120120
credential_data = result.to_h
121121
credential_data.merge!(
122122
module_fullname: self.fullname,
123-
workspace_id: myworkspace_id
123+
workspace_id: myworkspace_id,
124+
private_type: :password
124125
)
125126
if result.success?
126127
credential_core = create_credential(credential_data)

0 commit comments

Comments
 (0)