Skip to content

Commit b104155

Browse files
committed
Do Metasploit::Model::Login::Status::UNTRIED
1 parent b6379b4 commit b104155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/drupal_views_user_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def report_cred(opts)
8181
login_data = {
8282
last_attempted_at: DateTime.now,
8383
core: create_credential(credential_data),
84-
status: Metasploit::Model::Login::Status::SUCCESSFUL,
84+
status: Metasploit::Model::Login::Status::UNTRIED,
8585
}.merge(service_data)
8686

8787
create_credential_login(login_data)

0 commit comments

Comments
 (0)