From 3c879b2523deb7ad802157558263b1495f4cf4ea Mon Sep 17 00:00:00 2001 From: Erwan Date: Mon, 31 Oct 2022 14:48:11 +0100 Subject: [PATCH] Update password_attack.rb --- app/controllers/password_attack.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/password_attack.rb b/app/controllers/password_attack.rb index 9ef5c88f..dd25d539 100644 --- a/app/controllers/password_attack.rb +++ b/app/controllers/password_attack.rb @@ -17,7 +17,8 @@ module WPScan 'Maximum number of passwords to send by request with XMLRPC multicall'], default: 500), OptChoice.new(['--password-attack ATTACK', - 'Force the supplied attack to be used rather than automatically determining one. Multicall will only work against WP < 4.4'], + '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], normalize: %i[downcase underscore to_sym]), OptString.new(['--login-uri URI', 'The URI of the login page if different from /wp-login.php'])