-
Notifications
You must be signed in to change notification settings - Fork 0
/
burpSuiteGettingStarted.html
35 lines (30 loc) · 1.69 KB
/
burpSuiteGettingStarted.html
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
27
28
29
30
31
32
33
34
<!doctype html>
<html>
<head>
<title>BurpSuite - Getting Started</title>
<meta name="description" content="BurpSuite Getting Started">
<meta name="keywords" content="burpsuite tutorial">
</head>
<body>
<div>
<p style="font-size: 20px;">Dashboard, define what to capture (default: all) with the proxy :</p>
<a style="font-size: 20px"; href="https://portswigger.net/burp/documentation/desktop/tools/dashboard">Dashboard</a>
</div>
<div>
<p style="font-size: 20px;">Burps Browser, use this to browser Juice-Shop, use Firefox for :</p>
<a style="font-size: 20px"; href="https://portswigger.net/burp/documentation/desktop/tools/burps-browser">Burps Browser</a>
</div>
<div>
<p style="font-size: 20px;">Repeater, useful for repeating original or modified request:</p>
<a style="font-size: 20px"; href="https://portswigger.net/burp/documentation/desktop/getting-started/reissuing-http-requests">Repeater</a>
</div>
<div>
<p style="font-size: 20px;">Intruder, useful for repeating request with automated content (wordlist attacks for example):</p>
<a style="font-size: 20px"; href="https://portswigger.net/burp/documentation/desktop/tools/intruder/getting-started">Intruder</a>
</div>
<div>
<p style="font-size: 20px;">Intercept, useful for intercepting http messages and modifying them before sending:</p>
<a style="font-size: 20px"; href="https://portswigger.net/burp/documentation/desktop/tools/proxy/intercept-messages">Intercept</a>
</div>
</body>
</html>