This commit is contained in:
Christian Mehlmauer
2013-01-27 01:16:44 +01:00
parent 60a6f16ddd
commit 1afe12657f
38 changed files with 3644 additions and 437 deletions

239
doc/log_txt.html Normal file
View File

@@ -0,0 +1,239 @@
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>log - RDoc Documentation</title>
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "./";
</script>
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
<body class="file">
<nav id="metadata">
<nav id="home-section" class="section">
<h3 class="section-header">
<a href="./index.html">Home</a>
<a href="./table_of_contents.html#classes">Classes</a>
<a href="./table_of_contents.html#methods">Methods</a>
</h3>
</nav>
<nav id="search-section" class="section project-section" class="initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<h3 class="section-header">
<input type="text" name="search" placeholder="Search" id="search-field"
title="Type to search, Up and Down to navigate, Enter to load">
</h3>
</form>
<ul id="search-results" class="initially-hidden"></ul>
</nav>
<div id="project-metadata">
<nav id="fileindex-section" class="section project-section">
<h3 class="section-header">Pages</h3>
<ul>
<li class="file"><a href="./CREDITS.html">CREDITS</a>
<li class="file"><a href="./Gemfile.html">Gemfile</a>
<li class="file"><a href="./README.html">README</a>
<li class="file"><a href="./log_txt.html">log</a>
</ul>
</nav>
<nav id="classindex-section" class="section project-section">
<h3 class="section-header">Class and Module Index</h3>
<ul class="link-list">
<li><a href="./Array.html">Array</a>
<li><a href="./Browser.html">Browser</a>
<li><a href="./BruteForce.html">BruteForce</a>
<li><a href="./CacheFileStore.html">CacheFileStore</a>
<li><a href="./CheckerPlugin.html">CheckerPlugin</a>
<li><a href="./CustomOptionParser.html">CustomOptionParser</a>
<li><a href="./GenerateList.html">GenerateList</a>
<li><a href="./GitUpdater.html">GitUpdater</a>
<li><a href="./ListGeneratorPlugin.html">ListGeneratorPlugin</a>
<li><a href="./Malwares.html">Malwares</a>
<li><a href="./Object.html">Object</a>
<li><a href="./Plugin.html">Plugin</a>
<li><a href="./Plugins.html">Plugins</a>
<li><a href="./SvnParser.html">SvnParser</a>
<li><a href="./SvnUpdater.html">SvnUpdater</a>
<li><a href="./URI.html">URI</a>
<li><a href="./Updater.html">Updater</a>
<li><a href="./UpdaterFactory.html">UpdaterFactory</a>
<li><a href="./Vulnerable.html">Vulnerable</a>
<li><a href="./WebSite.html">WebSite</a>
<li><a href="./WpConfigBackup.html">WpConfigBackup</a>
<li><a href="./WpDetector.html">WpDetector</a>
<li><a href="./WpEnumerator.html">WpEnumerator</a>
<li><a href="./WpFullPathDisclosure.html">WpFullPathDisclosure</a>
<li><a href="./WpItem.html">WpItem</a>
<li><a href="./WpLoginProtection.html">WpLoginProtection</a>
<li><a href="./WpOptions.html">WpOptions</a>
<li><a href="./WpPlugin.html">WpPlugin</a>
<li><a href="./WpPlugins.html">WpPlugins</a>
<li><a href="./WpReadme.html">WpReadme</a>
<li><a href="./WpTarget.html">WpTarget</a>
<li><a href="./WpTheme.html">WpTheme</a>
<li><a href="./WpThemes.html">WpThemes</a>
<li><a href="./WpTimthumbs.html">WpTimthumbs</a>
<li><a href="./WpUser.html">WpUser</a>
<li><a href="./WpUsernames.html">WpUsernames</a>
<li><a href="./WpVersion.html">WpVersion</a>
<li><a href="./WpVulnerability.html">WpVulnerability</a>
<li><a href="./WpscanOptions.html">WpscanOptions</a>
</ul>
</nav>
</div>
</nav>
<div id="documentation" class="description">
<p><em>__</em></p>
<pre>__ _______ _____
\ \ / / __ \ / ____|
\ \ /\ / /| |__) | (___ ___ __ _ _ __
\ \/ \/ / | ___/ \___ \ / __|/ _` | '_ \
\ /\ / | | ____) | (__| (_| | | | |
\/ \/ |_| |_____/ \___|\__,_|_| |_| v2.0r60a6f16
WordPress Security Scanner by the WPScan Team
Sponsored by the RandomStorm Open Source Initiative</pre>
<p><em>_</em></p>
<p>Examples :</p>
<p>-Further help … ruby /Users/firefart/Coding/wpscan_master/wpscan.rb help</p>
<p>-Do non-intrusive checks … ruby
/Users/firefart/Coding/wpscan_master/wpscan.rb url <a
href="http://www.example.com">www.example.com</a></p>
<p>-Do wordlist password brute force on enumerated users using 50 threads …
ruby /Users/firefart/Coding/wpscan_master/wpscan.rb url <a
href="http://www.example.com">www.example.com</a> wordlist darkc0de.lst
threads 50</p>
<p>-Do wordlist password brute force on the admin username only … ruby
/Users/firefart/Coding/wpscan_master/wpscan.rb url <a
href="http://www.example.com">www.example.com</a> wordlist darkc0de.lst
username admin</p>
<p>-Enumerate installed plugins … ruby
/Users/firefart/Coding/wpscan_master/wpscan.rb url <a
href="http://www.example.com">www.example.com</a> enumerate p</p>
<p>-Enumerate installed themes … ruby
/Users/firefart/Coding/wpscan_master/wpscan.rb url <a
href="http://www.example.com">www.example.com</a> enumerate t</p>
<p>-Enumerate users … ruby /Users/firefart/Coding/wpscan_master/wpscan.rb url
<a href="http://www.example.com">www.example.com</a> enumerate u</p>
<p>-Enumerate installed timthumbs … ruby
/Users/firefart/Coding/wpscan_master/wpscan.rb url <a
href="http://www.example.com">www.example.com</a> enumerate tt</p>
<p>-Use a HTTP proxy … ruby /Users/firefart/Coding/wpscan_master/wpscan.rb
url <a href="http://www.example.com">www.example.com</a> proxy
127.0.0.1:8118</p>
<p>-Use a SOCKS5 proxy … (cURL &gt;= v7.21.7 needed) ruby
/Users/firefart/Coding/wpscan_master/wpscan.rb url <a
href="http://www.example.com">www.example.com</a> proxy
socks5://127.0.0.1:9000</p>
<p>-Use custom content directory … ruby
/Users/firefart/Coding/wpscan_master/wpscan.rb -u <a
href="http://www.example.com">www.example.com</a> wp-content-dir
custom-content</p>
<p>-Use custom plugins directory … ruby
/Users/firefart/Coding/wpscan_master/wpscan.rb -u <a
href="http://www.example.com">www.example.com</a> wp-plugins-dir
wp-content/custom-plugins</p>
<p>-Update … ruby /Users/firefart/Coding/wpscan_master/wpscan.rb update</p>
<p>See <a href="README.html">README</a> for further information.</p>
<p>[<a href="http://ERROR">31m</a> No argument supplied  Trace :
/Users/firefart/Coding/wpscan_master/wpscan.rb:46:in `&lt;main&gt;
Coverage report generated for RSpec to
/Users/firefart/Coding/wpscan_master/coverage. 1040 / 1113 LOC (93.44%)
covered.</p>
</div>
<footer id="validator-badges">
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
</footer>