Skip to content

Commit 1bd44fa

Browse files
committed
Set the anonymous_login option
1 parent 30cfc5d commit 1bd44fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/msf/core/auxiliary/auth_brute.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def initialize(info = {})
5959
# @return [Metasploit::Framework::CredentialCollection] the built CredentialCollection
6060
def build_credential_collection(opts)
6161
cred_collection = Metasploit::Framework::CredentialCollection.new({
62+
anonymous_login: datastore['ANONYMOUS_LOGIN'],
6263
blank_passwords: datastore['BLANK_PASSWORDS'],
6364
pass_file: datastore['PASS_FILE'],
6465
user_file: datastore['USER_FILE'],

0 commit comments

Comments
 (0)