Merge pull request #119 from filinpavel/patch-14

Update wpscan.md
This commit is contained in:
Rob Fuller 2014-09-27 01:27:58 -04:00
commit 5921b5169c

View File

@ -2,6 +2,7 @@
Notes
-------
WPScan is a black box WordPress vulnerability scanner.
Help Text
-------
@ -108,7 +109,18 @@ See README for further information.
Example Usage
-------
```
ruby wpscan.rb --url http(s)://www.yoursiteurl.com --enumerate u
ruby wpscan.rb --url http(s)://www.yoursiteurl.com --wordlist passwords.lst --username admin
```
Links
-------
[WPScan](http://wpscan.org/)
[WPScan at GitHub](https://github.com/wpscanteam/wpscan)
[WPScan tutorial by Digitalocean](https://www.digitalocean.com/community/tutorials/how-to-use-wpscan-to-test-for-vulnerable-plugins-and-themes-in-wordpress)