updated docs
This commit is contained in:
@@ -514,7 +514,7 @@
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"Help :"</span>
|
||||
<span class="ruby-identifier">puts</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"Some values are settable in conf/browser.conf.json :"</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">" user-agent, proxy, threads, cache timeout and request timeout"</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">" user-agent, proxy, proxy-auth, threads, cache timeout and request timeout"</span>
|
||||
<span class="ruby-identifier">puts</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"--update Update to the latest revision"</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"--url | -u <target url> The WordPress URL/domain to scan."</span>
|
||||
@@ -533,12 +533,15 @@
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">" Multiple values are allowed : '-e t,p' will enumerate timthumbs and plugins"</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">" If no option is supplied, the default is 'vt,tt,u,vp'"</span>
|
||||
<span class="ruby-identifier">puts</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"--exclude-content-based '<regexp or string>' Used with the enumeration option, will exclude all occurence based on the regexp or string supplied"</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">" You do not need to provide the regexp delimiters, but you must write the quotes (simple or double)"</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"--config-file | -c <config file> Use the specified config file"</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"--follow-redirection If the target url has a redirection, it will be followed without asking if you wanted to do so or not"</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"--wp-content-dir <wp content dir> WPScan try to find the content directory (ie wp-content) by scanning the index page, however you can specified it. Subdirectories are allowed"</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"--wp-plugins-dir <wp plugins dir> Same thing than --wp-content-dir but for the plugins directory. If not supplied, WPScan will use wp-content-dir/plugins. Subdirectories are allowed"</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"--proxy Supply a proxy in the format host:port or protocol://host:port (will override the one from conf/browser.conf.json)."</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">" HTTP, SOCKS4 SOCKS4A and SOCKS5 are supported. If no protocol is given (format host:port), HTTP will be used"</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"--proxy-auth Supply the proxy login credentials in the format username:password (will override the one from conf/browser.conf.json)."</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"--wordlist | -w <wordlist> Supply a wordlist for the password bruter and do the brute."</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"--threads | -t <number of threads> The number of threads to use when multi-threading requests. (will override the value from conf/browser.conf.json)"</span>
|
||||
<span class="ruby-identifier">puts</span> <span class="ruby-string">"--username | -U <username> Only brute force the supplied username."</span>
|
||||
|
||||
Reference in New Issue
Block a user