Land #3137, un-default USER_AS_PASS and...
...BLANK_PASSWORDS. This is likely to affect nobody's normal work flow, since best practice is to be explicit about your options in your RC files.bug/bundler_fix
commit
8082884e07
|
@ -20,8 +20,8 @@ module Auxiliary::AuthBrute
|
|||
OptPath.new('USERPASS_FILE', [ false, "File containing users and passwords separated by space, one pair per line" ]),
|
||||
OptInt.new('BRUTEFORCE_SPEED', [ true, "How fast to bruteforce, from 0 to 5", 5]),
|
||||
OptBool.new('VERBOSE', [ true, "Whether to print output for all attempts", true]),
|
||||
OptBool.new('BLANK_PASSWORDS', [ false, "Try blank passwords for all users", true]),
|
||||
OptBool.new('USER_AS_PASS', [ false, "Try the username as the password for all users", true]),
|
||||
OptBool.new('BLANK_PASSWORDS', [ false, "Try blank passwords for all users", false]),
|
||||
OptBool.new('USER_AS_PASS', [ false, "Try the username as the password for all users", false]),
|
||||
OptBool.new('DB_ALL_CREDS', [false,"Try each user/password couple stored in the current database",false]),
|
||||
OptBool.new('DB_ALL_USERS', [false,"Add all users in the current database to the list",false]),
|
||||
OptBool.new('DB_ALL_PASS', [false,"Add all passwords in the current database to the list",false]),
|
||||
|
|
Loading…
Reference in New Issue