Skip to content

Commit 142ba75

Browse files
committed
Land rapid7#7561, report correct credential status as successful
2 parents 4ae90cb + c458d66 commit 142ba75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/trendmicro_sps_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def report_cred(opts)
188188

189189
login_data = {
190190
core: create_credential(credential_data),
191-
status: Metasploit::Model::Login::Status::UNTRIED,
191+
status: Metasploit::Model::Login::Status::SUCCESSFUL,
192192
proof: opts[:proof]
193193
}.merge(service_data)
194194

0 commit comments

Comments
 (0)