diff --git a/README b/README index 175abeea..ca356ee4 100644 --- a/README +++ b/README @@ -262,9 +262,11 @@ Debug output... - Generate a new 'most popular' plugin list, up to 150 pages ... ruby wpstools.rb --generate-plugin-list 150 -- Locally scan a wordpress installation for vulnerable files or shells : +Locally scan a wordpress installation for vulnerable files or shells: ruby wpstools.rb --check-local-vulnerable-files /var/www/wordpress/ +Or check https://github.com/fgeek/pyfiscan project. + ===PROJECT HOME=== www.wpscan.org diff --git a/README.md b/README.md index d2114ec7..a2c57c96 100644 --- a/README.md +++ b/README.md @@ -264,9 +264,11 @@ Generate a new 'most popular' plugin list, up to 150 pages... ```ruby wpstools.rb --generate-plugin-list 150``` -Locally scan a wordpress installation for vulnerable files or shells : +Locally scan a wordpress installation for vulnerable files or shells: + ```ruby wpstools.rb --check-local-vulnerable-files /var/www/wordpress/``` +Or check [pyfiscan](https://github.com/fgeek/pyfiscan) project. #### PROJECT HOME