forked from BeDefended/RequestHighlighter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathBappDescription.html
15 lines (12 loc) · 1.79 KB
/
BappDescription.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<p>Request Highlighter is a simple extension for Burp Suite tool (for both community and professional editions) that provides an automatic way to highlight HTTP requests based on headers content (eg. Host, User-Agent, Cookies, Auth token, custom headers etc.).
With Request Highlighter testers can easily identify and point out, within the Proxy history tab, requests belonging to different sessions, hosts, browsers or devices.</p>
<p><b>Usage</b></p>
<ol>
<li>Under the tab "Proxy" -> "HTTP History" select a request belonging to the type that you want to highlight</li>
<li>In the "Request" tab, select the header part containing the string of interest (eg. the session cookie, a specific user-agent, a custom header etc.) and right-click on it. NOTE: Currently ONLY headers (or parts of them) can be selected.</li>
<li>On the context menu click on "Request Highlighter - add highlight" and select the color from the list of available ones</li>
<li>Every request (also inside the proxy history) that contains the string selected will be automatically highlighted with the selected color. NOTE: BE AWARE of potential conflicts! If a request matches with multiple strings, it will be highlighted with the color of the first string found in the request.</li>
<li>Repeat the process for every category of requests that you want to highlight (max 8)</li>
<li>To stop highlighting a specific type of requests: open the context menu and, under "Disable Request Highlighter" select the one that you want to disable. Otherwise select from the proxy history the request containing the highlight you want to disable, open the context menu and, under "Request Highlighter - Disable highlights in this request" select the one from the list.</li>
</ol>
<p>For more details, consult the extension's Github repository.</p>