You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/msf/core/auxiliary/auth_brute.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ def initialize(info = {})
38
38
OptBool.new('REMOVE_USERPASS_FILE',[true,"Automatically delete the USERPASS_FILE on module completion",false]),
39
39
OptBool.new('PASSWORD_SPRAY',[true,"Reverse the credential pairing order. For each password, attempt every possible user.",false]),
40
40
OptInt.new('TRANSITION_DELAY',[false,"Amount of time (in minutes) to delay before transitioning to the next user in the array (or password when PASSWORD_SPRAY=true)",0]),
OptInt.new('MaxGuessesPerService',[false,"Maximum number of credentials to try per service instance. If set to zero or a non-number, this option will not be used.",0]),# Tracked in @@guesses_per_service
42
43
OptInt.new('MaxMinutesPerService',[false,"Maximum time in minutes to bruteforce the service instance. If set to zero or a non-number, this option will not be used.",0]),# Tracked in @@brute_start_time
0 commit comments