This commit is contained in:
erwanlr
2020-10-28 10:10:57 +01:00
parent c4030d8267
commit 611d3dfd4d
4 changed files with 20 additions and 4 deletions

View File

@@ -19,7 +19,8 @@ module WPScan
OptChoice.new(['--password-attack ATTACK',
'Force the supplied attack to be used rather than automatically determining one.'],
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'])
]
end