--config-file support added

This commit is contained in:
Erwan
2012-09-04 17:58:26 +02:00
parent c9ce1797aa
commit a9dd33f6f1

View File

@@ -84,14 +84,16 @@
--force | -f Forces WPScan to not check if the remote site is running WordPress. --force | -f Forces WPScan to not check if the remote site is running WordPress.
--enumerate | -e [option(s)] Enumeration. --enumerate | -e [option(s)] Enumeration.
option : option :
u usernames from id 1 to 10 u usernames from id 1 to 10
u[10-20] usernames from id 10 to 20 (you must write [] chars) u[10-20] usernames from id 10 to 20 (you must write [] chars)
p plugins p plugins
p! only vulnerable plugins p! only vulnerable plugins
t timthumbs t timthumbs
Multiple values are allowed : '-e tp' will enumerate timthumbs and plugins Multiple values are allowed : '-e tp' will enumerate timthumbs and plugins
If no option is supplied, the default is 'upt' If no option is supplied, the default is 'upt'
--config-file | -c <config file> Use the specified config file
--follow-redirection If the target url has a redirection, it will be followed without asking if you wanted to do so or not --follow-redirection If the target url has a redirection, it will be followed without asking if you wanted to do so or not