Fixed typo, added note about pyfiscan as it is made for that reason.

This commit is contained in:
Henri Salo
2014-07-26 21:23:53 +03:00
parent 6fbf2643a1
commit 4f7e29163f
2 changed files with 6 additions and 2 deletions

4
README
View File

@@ -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

View File

@@ -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