Updates --password-attack help text - Ref #1755
This commit is contained in:
@@ -17,7 +17,7 @@ module WPScan
|
|||||||
'Maximum number of passwords to send by request with XMLRPC multicall'],
|
'Maximum number of passwords to send by request with XMLRPC multicall'],
|
||||||
default: 500),
|
default: 500),
|
||||||
OptChoice.new(['--password-attack ATTACK',
|
OptChoice.new(['--password-attack ATTACK',
|
||||||
'Force the supplied attack to be used rather than automatically determining one.'],
|
'Force the supplied attack to be used rather than automatically determining one. Multicall will only work against WP < 4.4'],
|
||||||
choices: %w[wp-login xmlrpc xmlrpc-multicall],
|
choices: %w[wp-login xmlrpc xmlrpc-multicall],
|
||||||
normalize: %i[downcase underscore to_sym]),
|
normalize: %i[downcase underscore to_sym]),
|
||||||
OptString.new(['--login-uri URI', 'The URI of the login page if different from /wp-login.php'])
|
OptString.new(['--login-uri URI', 'The URI of the login page if different from /wp-login.php'])
|
||||||
|
|||||||
Reference in New Issue
Block a user