Skip to content

Commit c458d66

Browse files
committed
report correct credential status as successful
1 parent 4ae90cb commit c458d66

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)