Skip to content

Commit fb9ad66

Browse files
committed
Change to Metasploit::Model::Login::Status::SUCCESSFUL
1 parent 744baf2 commit fb9ad66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/kloxo_sqli.rb

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

9494
login_data = {
9595
core: create_credential(credential_data),
96-
status: Metasploit::Model::Login::Status::UNTRIED,
96+
status: Metasploit::Model::Login::Status::SUCCESSFUL,
9797
}.merge(service_data)
9898

9999
create_credential_login(login_data)

0 commit comments

Comments
 (0)