-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathBappDescription.html
More file actions
26 lines (24 loc) · 1.39 KB
/
BappDescription.html
File metadata and controls
26 lines (24 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<p>
Response Overview groups HTTP response bodies by similarity and presents one request/response per group. This
provides security testers with an efficient method to identify anomalies, exotic error messages, and overlooked
functionality across all responses captured from any Burp tool.
</p>
<h2>Features</h2>
<ul>
<li>Automatically groups similar responses using a similarity threshold to reduce noise and highlight unique
responses</li>
<li>Identifies vulnerabilities missed by automated scanners by surfacing unusual error messages and unexpected
responses</li>
<li>Removes reflected request parameters before comparison to prevent false grouping from parameter reflection</li>
<li>Processes responses from all Burp tools in real-time with configurable filtering by scope, file extension, and
MIME type</li>
<li>Provides sortable tabular view with status codes, URLs, response sizes, and group sizes for quick analysis</li>
</ul>
<h2>Usage</h2>
<ol>
<li>Add your target website to Burp Suite's scope</li>
<li>Test the web application using any Burp tools (Proxy, Scanner, Intruder, Repeater)</li>
<li>Navigate to the Response Overview tab to review grouped responses, sorted by any column</li>
<li>Examine responses with small group sizes or unusual status codes for potential security issues</li>
<li>Right-click and select "Hide item(s)" to remove reviewed entries from the overview</li>
</ol>