Changed enumeration options. See Issue #58. Now shows examples in help. See Issue #62

This commit is contained in:
ethicalhack3r
2012-11-14 20:15:55 +01:00
parent c128bd5b1a
commit dbe2c47950
3 changed files with 13 additions and 12 deletions

12
README
View File

@@ -89,12 +89,12 @@ ryandewhurst at gmail
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 vp only vulnerable plugins
t timthumbs tt timthumbs
T themes t themes
T! only vulnerable themes vp only vulnerable themes
Multiple values are allowed : '-e tp' will enumerate timthumbs and plugins Multiple values are allowed : '-e tt,p' will enumerate timthumbs and plugins
If no option is supplied, the default is 'tup!' If no option is supplied, the default is 'vt,tt,u,vp'
--config-file | -c <config file> Use the specified config file --config-file | -c <config file> Use the specified config file

View File

@@ -93,12 +93,12 @@ Prerequisites:
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 vp only vulnerable plugins
t timthumbs tt timthumbs
T themes t themes
T! only vulnerable themes vt only vulnerable themes
Multiple values are allowed : '-e tp' will enumerate timthumbs and plugins Multiple values are allowed : '-e tt,p' will enumerate timthumbs and plugins
If no option is supplied, the default is 'tup!' If no option is supplied, the default is 'vt,tt,u,vp'
--config-file | -c <config file> Use the specified config file --config-file | -c <config file> Use the specified config file

View File

@@ -32,6 +32,7 @@ begin
if wpscan_options.help if wpscan_options.help
help() help()
usage()
exit exit
end end