updated readme
This commit is contained in:
@@ -260,6 +260,7 @@ Published on https://hub.docker.com/r/wpscanteam/wpscan/
|
|||||||
--proxy-auth <username:password> Supply the proxy login credentials.
|
--proxy-auth <username:password> Supply the proxy login credentials.
|
||||||
--basic-auth <username:password> Set the HTTP Basic authentication.
|
--basic-auth <username:password> Set the HTTP Basic authentication.
|
||||||
--wordlist | -w <wordlist> Supply a wordlist for the password brute forcer.
|
--wordlist | -w <wordlist> Supply a wordlist for the password brute forcer.
|
||||||
|
If the "-" option is supplied, the wordlist is expected via STDIN.
|
||||||
--username | -U <username> Only brute force the supplied username.
|
--username | -U <username> Only brute force the supplied username.
|
||||||
--usernames <path-to-file> Only brute force the usernames from the file.
|
--usernames <path-to-file> Only brute force the usernames from the file.
|
||||||
--cache-dir <cache-directory> Set the cache directory.
|
--cache-dir <cache-directory> Set the cache directory.
|
||||||
@@ -283,6 +284,10 @@ Do wordlist password brute force on enumerated users using 50 threads...
|
|||||||
|
|
||||||
```ruby wpscan.rb --url www.example.com --wordlist darkc0de.lst --threads 50```
|
```ruby wpscan.rb --url www.example.com --wordlist darkc0de.lst --threads 50```
|
||||||
|
|
||||||
|
Do wordlist password brute force on enumerated users using STDIN as the wordlist...
|
||||||
|
|
||||||
|
```crunch 5 13 -f charset.lst mixalpha | ruby wpscan.rb --url www.example.com --wordlist -```
|
||||||
|
|
||||||
Do wordlist password brute force on the 'admin' username only...
|
Do wordlist password brute force on the 'admin' username only...
|
||||||
|
|
||||||
```ruby wpscan.rb --url www.example.com --wordlist darkc0de.lst --username admin```
|
```ruby wpscan.rb --url www.example.com --wordlist darkc0de.lst --username admin```
|
||||||
|
|||||||
Reference in New Issue
Block a user