Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
Updated HTML explanation for the BAppStore page.
Browse files Browse the repository at this point in the history
  • Loading branch information
tijme committed Jun 19, 2018
1 parent a5654b8 commit 9a19a86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions BappDescription.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<p>Similar Request Excluder (also referred to as GraphWave) is an extension that enables you to automatically reduce the target scope of your active scan by excluding similar (and therefore redundant) requests.</p>
<p>Similar Request Excluder is an extension that enables you to automatically reduce the target scope of your active scan by excluding similar (and therefore redundant) requests.</p>

<p>Reducing the target scope can be done by ignoring similar HTTP responses from the spider. If two HTTP responses have the same HTML structure it is likely that they have the same code flow and therefore the same security vulnerabilities. By measuring the similarity of HTTP responses it is possible to automatically reduce the target scope by removing the similar (and therefore redundant) HTTP responses.</p>

<p>For more information, please refer to the thesis <a href="https://github.com/tijme/graphwave/raw/master/.github/thesis-graphwave-tijme-gommers.pdf">Github</a>.</p>
<p>For more information, please refer to the <a href="https://raw.finnwea.com/graphwave/">thesis</a>.</p>

<p><b>Usage</b></p>

<p>Since version 1.1.0, Similar Request Excluder is completely automated. There is no need to mark your requests as 'out-of-scope' anymore. It will all be done automatically.</p>

<ol>
<li>Make sure the extension is enabled by ticking the <i>Status</i> checkbox in the GraphWave tab.</li>
<li>Make sure the extension is enabled by ticking the <i>Status</i> checkbox in the Similar Request Excluder tab.</li>
<li>Adjust the settings to your needs (default should be sufficient).</li>
<li>Spider a complete host or a specific branch of a host.</li>
<li>Now start an active scan and make sure to check <i>remove out-of-scope items</i>.</li>
</ol>

<p><b>Documentation</b></p>

<p>The full documentation is available on <a href="https://github.com/tijme/graphwave/wiki">Github</a>. It contains, among other things, extra installation <a href="https://github.com/tijme/graphwave/wiki/Installation">instructions</a> and the <a href="https://github.com/tijme/graphwave/wiki/F.A.Q">FAQ</a>.
<p>The full documentation is available on <a href="https://github.com/tijme/similar-request-excluder/wiki">Github</a>. It contains, among other things, extra installation <a href="https://github.com/tijme/similar-request-excluder/wiki/Installation">instructions</a> and the <a href="https://github.com/tijme/similar-request-excluder/wiki/F.A.Q">FAQ</a>.

<p><b>Issues</b></p>

<p>If you are experiencing problems with Similar Request Excluder, please file an issue on the GitHub <a href="https://github.com/tijme/graphwave/issues">issue tracker</a> or contact me personally via <a href="https://twitter.com/finnwea">Twitter</a>.</p>
<p>If you are experiencing problems with Similar Request Excluder, please file an issue on the GitHub <a href="https://github.com/tijme/similar-request-excluder/issues">issue tracker</a> or contact me personally via <a href="https://twitter.com/finnwea">Twitter</a>.</p>
Binary file modified out/similar-request-excluder.jar
Binary file not shown.

0 comments on commit 9a19a86

Please sign in to comment.