We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6379b4 commit b104155Copy full SHA for b104155
modules/auxiliary/scanner/http/drupal_views_user_enum.rb
@@ -81,7 +81,7 @@ def report_cred(opts)
81
login_data = {
82
last_attempted_at: DateTime.now,
83
core: create_credential(credential_data),
84
- status: Metasploit::Model::Login::Status::SUCCESSFUL,
+ status: Metasploit::Model::Login::Status::UNTRIED,
85
}.merge(service_data)
86
87
create_credential_login(login_data)
0 commit comments