diff --git a/README b/README index 504a9046..5af194b3 100644 --- a/README +++ b/README @@ -89,12 +89,12 @@ ryandewhurst at gmail u usernames from id 1 to 10 u[10-20] usernames from id 10 to 20 (you must write [] chars) p plugins - p! only vulnerable plugins - t timthumbs - T themes - T! only vulnerable themes - Multiple values are allowed : '-e tp' will enumerate timthumbs and plugins - If no option is supplied, the default is 'tup!' + vp only vulnerable plugins + tt timthumbs + t themes + vp only vulnerable themes + Multiple values are allowed : '-e tt,p' will enumerate timthumbs and plugins + If no option is supplied, the default is 'vt,tt,u,vp' --config-file | -c Use the specified config file diff --git a/README.md b/README.md index 00b026e6..aed0b94e 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,12 @@ Prerequisites: u usernames from id 1 to 10 u[10-20] usernames from id 10 to 20 (you must write [] chars) p plugins - p! only vulnerable plugins - t timthumbs - T themes - T! only vulnerable themes - Multiple values are allowed : '-e tp' will enumerate timthumbs and plugins - If no option is supplied, the default is 'tup!' + vp only vulnerable plugins + tt timthumbs + t themes + vt only vulnerable themes + Multiple values are allowed : '-e tt,p' will enumerate timthumbs and plugins + If no option is supplied, the default is 'vt,tt,u,vp' --config-file | -c Use the specified config file diff --git a/wpscan.rb b/wpscan.rb index 822daf29..a06f5d40 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -32,6 +32,7 @@ begin if wpscan_options.help help() + usage() exit end