This commit is contained in:
Christian Mehlmauer
2013-05-28 19:52:50 +02:00
parent fd7017f530
commit d6386c05a4
182 changed files with 1678 additions and 730 deletions

View File

@@ -108,6 +108,8 @@
<li class="file"><a href="../README_md.html">README</a>
<li class="file"><a href="../cache/browser/cookie-jar.html">cookie-jar</a>
<li class="file"><a href="../conf/browser_conf_json.html">browser.conf.json</a>
<li class="file"><a href="../generate_doc_sh.html">generate_doc.sh</a>
@@ -184,6 +186,8 @@
<li><a href="../UpdaterFactory.html">UpdaterFactory</a>
<li><a href="../VersionCompare.html">VersionCompare</a>
<li><a href="../Vulnerabilities.html">Vulnerabilities</a>
<li><a href="../Vulnerabilities/Output.html">Vulnerabilities::Output</a>
@@ -442,7 +446,7 @@ check for vulnerable items @option options [ String ] :exclude_content</p>
<p>@return [ <a href="../WpItems.html">WpItems</a> ]</p>
<div class="method-source-code" id="passive_detection-source">
<pre><span class="ruby-comment"># File lib/common/collections/wp_items/detectable.rb, line 70</span>
@@ -504,7 +508,6 @@ check for vulnerable items @option options [ String ] :exclude_content</p>
<pre><span class="ruby-comment"># File lib/common/collections/wp_items/detectable.rb, line 55</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">progress_bar</span>(<span class="ruby-identifier">targets_size</span>, <span class="ruby-identifier">options</span>)
<span class="ruby-keyword">if</span> <span class="ruby-identifier">options</span>[<span class="ruby-value">:show_progression</span>]
<span class="ruby-constant">ProgressBar</span>.<span class="ruby-identifier">create</span>(
<span class="ruby-constant">ProgressBar</span>.<span class="ruby-identifier">create</span>(
<span class="ruby-identifier">format</span><span class="ruby-operator">:</span> <span class="ruby-string">'%t %a &lt;%B&gt; (%c / %C) %P%% %e'</span>,
<span class="ruby-identifier">title</span><span class="ruby-operator">:</span> <span class="ruby-string">' '</span>, <span class="ruby-comment"># Used to craete a left margin
@@ -548,7 +551,7 @@ href="Detectable.html#attribute-i-vulns_file">#vulns_file</a></p>
<p>@return [ <a href="../WpItem.html">WpItem</a> ]</p>
<div class="method-source-code" id="create_item-source">
@@ -587,7 +590,7 @@ href="Detectable.html#attribute-i-vulns_file">#vulns_file</a></p>
<p>@return [ Class ]</p>
<div class="method-source-code" id="item_class-source">
@@ -622,7 +625,7 @@ href="Detectable.html#attribute-i-vulns_file">#vulns_file</a></p>
<p>@return [ Hash ]</p>
<div class="method-source-code" id="request_params-source">
@@ -657,7 +660,7 @@ options [ String ] :file The path to the file containing the targets</p>
<p>@return [ <a href="../Array.html">Array</a>&lt;WpItem&gt; ]</p>
<div class="method-source-code" id="targets_items-source">
@@ -709,7 +712,7 @@ href="Detectable.html#method-i-item_class">#item_class</a> @param [ String
<p>@return [ <a href="../WpItem.html">WpItem</a> ]</p>
<div class="method-source-code" id="targets_items_from_file-source">
@@ -758,7 +761,7 @@ String ] <a href="Detectable.html#attribute-i-vulns_file">#vulns_file</a></p>
<p>@return [ <a href="../Array.html">Array</a>&lt;WpItem&gt; ]</p>
<div class="method-source-code" id="vulnerable_targets_items-source">

View File

@@ -92,6 +92,8 @@
<li class="file"><a href="../README_md.html">README</a>
<li class="file"><a href="../cache/browser/cookie-jar.html">cookie-jar</a>
<li class="file"><a href="../conf/browser_conf_json.html">browser.conf.json</a>
<li class="file"><a href="../generate_doc_sh.html">generate_doc.sh</a>
@@ -168,6 +170,8 @@
<li><a href="../UpdaterFactory.html">UpdaterFactory</a>
<li><a href="../VersionCompare.html">VersionCompare</a>
<li><a href="../Vulnerabilities.html">Vulnerabilities</a>
<li><a href="../Vulnerabilities/Output.html">Vulnerabilities::Output</a>