## π οΈ Burp Suite Setup & Configuration
## π§ Feature Overview
Feature | Steps |
---|---|
Proxy Listener | Proxy > Options > Add a new listener (e.g., on port 8080). |
CA Certificate | Proxy > Options β Import Burpβs CA certificate into your browser. |
## π§© Proxy Tab
Action | Description |
---|---|
Intercept On/Off | Proxy > Intercept β Toggle βIntercept is onβ to enable or disable. |
Forward Request | While intercepting, press Forward to send the request to the server. |
Drop Request | Use Drop to cancel the intercepted request. |
## π Repeater Tab
Action | Description |
---|---|
Send Custom Requests | Right-click a request in Proxy or other tabs β Send to Repeater, modify, then send. |
## π Intruder Tab
Action | Description |
---|---|
Payload Positioning | Highlight request parts β Add Β§ to mark payload insertion points. |
Attack Types | Sniper, Battering Ram, Pitchfork, Cluster Bomb. |
Payload Settings | Set payload type (e.g., simple list, numbers) β Configure under Payloads tab. |
## π§ͺ Scanner Tab (Pro Only)
Action | Description |
---|---|
Passive Scanning | Automatically analyze traffic passing through Burp. |
Active Scanning | Right-click a request β Do active scan to find vulnerabilities. |
## π Decoder Tab
Action | Description |
---|---|
Decoding Data | Paste encoded data β Choose Decode as (e.g., Base64, URL, HTML). |
Encoding Data | Paste plain data β Choose Encode as to transform into various formats. |
## π Comparer Tab
Action | Description |
---|---|
Compare Requests/Responses | Send two requests/responses to Comparer β Use Words or Bytes view. |