Skip to content

Commit

Permalink
Pass the PASSWORD_SPRAY value
Browse files Browse the repository at this point in the history
  • Loading branch information
nrathaus committed Apr 11, 2024
1 parent 5625493 commit 023083d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/msf/core/auxiliary/auth_brute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def build_credential_collection(opts)
user_file: datastore['USER_FILE'],
userpass_file: datastore['USERPASS_FILE'],
user_as_pass: datastore['USER_AS_PASS'],
password_spray: datastore['PASSWORD_SPRAY']
}.merge(opts))

if framework.db.active
Expand Down

0 comments on commit 023083d

Please sign in to comment.