--config-file support added

This commit is contained in:
Erwan
2012-09-04 17:58:26 +02:00
parent c9ce1797aa
commit a9dd33f6f1

View File

@@ -25,11 +25,11 @@
<li><a href="https://github.com/wpscanteam/wpscan/tarball/master">Download <strong>TAR Ball</strong></a></li> <li><a href="https://github.com/wpscanteam/wpscan/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/wpscanteam/wpscan">View On <strong>GitHub</strong></a></li> <li><a href="https://github.com/wpscanteam/wpscan">View On <strong>GitHub</strong></a></li>
</ul> </ul>
<p></p><a href="http://www.twitter.com/@_WPScan_">Follow us on Twitter</a></p> <p></p><a href="http://www.twitter.com/@_WPScan_">Follow us on Twitter</a></p>
<p>Have you found WPScan useful? Buy the developers a beer!</p> <p>Have you found WPScan useful? Buy the developers a beer!</p>
<!-- PayPal donation button --> <!-- PayPal donation button -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="cmd" value="_s-xclick">
@@ -38,7 +38,7 @@
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form> </form>
<!-- END PayPal donation button --> <!-- END PayPal donation button -->
</header> </header>
<section> <section>
<p><img src="http://dvwa.co.uk/images/wpscan_logo_407x80.png" alt="alt text" title="WPScan - WordPress Security Scanner"></p> <p><img src="http://dvwa.co.uk/images/wpscan_logo_407x80.png" alt="alt text" title="WPScan - WordPress Security Scanner"></p>
@@ -84,14 +84,16 @@
--force | -f Forces WPScan to not check if the remote site is running WordPress. --force | -f Forces WPScan to not check if the remote site is running WordPress.
--enumerate | -e [option(s)] Enumeration. --enumerate | -e [option(s)] Enumeration.
option : option :
u usernames from id 1 to 10 u usernames from id 1 to 10
u[10-20] usernames from id 10 to 20 (you must write [] chars) u[10-20] usernames from id 10 to 20 (you must write [] chars)
p plugins p plugins
p! only vulnerable plugins p! only vulnerable plugins
t timthumbs t timthumbs
Multiple values are allowed : '-e tp' will enumerate timthumbs and plugins Multiple values are allowed : '-e tp' will enumerate timthumbs and plugins
If no option is supplied, the default is 'upt' If no option is supplied, the default is 'upt'
--config-file | -c &lt;config file&gt; Use the specified config file
--follow-redirection If the target url has a redirection, it will be followed without asking if you wanted to do so or not --follow-redirection If the target url has a redirection, it will be followed without asking if you wanted to do so or not
@@ -164,13 +166,13 @@
<h4>SPONSOR</h4> <h4>SPONSOR</h4>
<p>WPScan is sponsored by the <a href="http://www.randomstorm.com">RandomStorm</a> Open Source Initiative.</p> <p>WPScan is sponsored by the <a href="http://www.randomstorm.com">RandomStorm</a> Open Source Initiative.</p>
</section> </section>
<footer> <footer>
<p>This project is maintained by the <a href="https://github.com/wpscanteam">WPScan Team</a> which comprises of <a href="http://www.twitter.com/@erwan_lr">@erwan_lr</a>, <a href="http://www.twitter.com/@gbrindisi">@gbrindisi</a> & <a href="http://www.twitter.com/@ethicalhack3r">@ethicalhack3r</a>.</p> <p>This project is maintained by the <a href="https://github.com/wpscanteam">WPScan Team</a> which comprises of <a href="http://www.twitter.com/@erwan_lr">@erwan_lr</a>, <a href="http://www.twitter.com/@gbrindisi">@gbrindisi</a> & <a href="http://www.twitter.com/@ethicalhack3r">@ethicalhack3r</a>.</p>
</footer> </footer>
</div> </div>
<script src="javascripts/scale.fix.js"></script> <script src="javascripts/scale.fix.js"></script>
</body> </body>
</html> </html>