Merge pull request #595 from fgeek/readme-change

Fixed typo, added note about pyfiscan as it is made for that reason.
This commit is contained in:
erwanlr
2014-07-26 20:22:20 +01:00
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