diff --git a/BappDescription.html b/BappDescription.html index b660525..9b1b7ee 100644 --- a/BappDescription.html +++ b/BappDescription.html @@ -1,15 +1,15 @@ -

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.

+

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.

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.

-

For more information, please refer to the thesis Github.

+

For more information, please refer to the thesis.

Usage

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.

    -
  1. Make sure the extension is enabled by ticking the Status checkbox in the GraphWave tab.
  2. +
  3. Make sure the extension is enabled by ticking the Status checkbox in the Similar Request Excluder tab.
  4. Adjust the settings to your needs (default should be sufficient).
  5. Spider a complete host or a specific branch of a host.
  6. Now start an active scan and make sure to check remove out-of-scope items.
  7. @@ -17,8 +17,8 @@

    Documentation

    -

    The full documentation is available on Github. It contains, among other things, extra installation instructions and the FAQ. +

    The full documentation is available on Github. It contains, among other things, extra installation instructions and the FAQ.

    Issues

    -

    If you are experiencing problems with Similar Request Excluder, please file an issue on the GitHub issue tracker or contact me personally via Twitter.

    +

    If you are experiencing problems with Similar Request Excluder, please file an issue on the GitHub issue tracker or contact me personally via Twitter.

    diff --git a/out/similar-request-excluder.jar b/out/similar-request-excluder.jar index 184dc8d..0a1a507 100644 Binary files a/out/similar-request-excluder.jar and b/out/similar-request-excluder.jar differ