# Burp Suite

## Burp Cheat Sheet

[Burp Suite](https://portswigger.net/burp) is a a web application security testing framework by PortSwigger.

Below is a selection of commands for improving your workflow.

## Global commands

| Command        | Action                            |
| -------------- | --------------------------------- |
| `Ctrl+R`       | Send to Repeater                  |
| `Ctrl+I`       | Send to Intruder                  |
| `Ctrl+T`       | Toggle Proxy interception         |
| `Ctrl+F`       | Forward intercepted Proxy message |
| `Ctrl+Shift+T` | Switch to Target                  |
| `Ctrl+Shift+P` | Switch to Proxy                   |
| `Ctrl+Shift+R` | Switch to Repeater                |
| `Ctrl+Shift+S` | Switch to Scanner                 |
| `Ctrl+Shift+I` | Switch to Intruder                |
| `Ctrl+Shift+O` | Switch to Suite options           |
| `Ctrl+Shift+A` | Switch to Alerts tab              |
| `Ctrl+Equals`  | Go to next tab                    |
| `Ctrl+Minus`   | Go to previous tab                |

Editor Commands

| Command            | Action                                      |
| ------------------ | ------------------------------------------- |
| `Ctrl+S`           | Search                                      |
| `Ctrl+Period`      | Go to next search match                     |
| `Ctrl+Comma`       | Go to previous search match                 |
| `Ctrl+U`           | URL-encode current selection                |
| `Ctrl+Shift+U`     | URL-decode current selection                |
| `Ctrl+H`           | HTML-encode current selection               |
| `Ctrl+Shift+H`     | HTML-decode current selection               |
| `Ctrl+B`           | Base64-encode current selection             |
| `Ctrl+Shift+B`     | Base64-decode current selection             |
| `Ctrl+Delete`      | Delete word                                 |
| `Ctrl+Backspace`   | Backspace word                              |
| `Ctrl+D`           | Delete line                                 |
| `Ctrl+Right`       | Go to next word                             |
| `Ctrl+Shift+Right` | Go to next word (extend selection)          |
| `Ctrl+Left`        | Go to previous word                         |
| `Ctrl+Shift+Left`  | Go to previous word (extend selection)      |
| `Ctrl+Down`        | Go to next paragraph                        |
| `Ctrl+Shift+Down`  | Go to next paragraph (extend selection)     |
| `Ctrl+Up`          | Go to previous paragraph                    |
| `Ctrl+Shift+Up`    | Go to previous paragraph (extend selection) |
| `Ctrl+Home`        | Go to start of document                     |
| `Ctrl+Shift+Home`  | Go to start of document (extend selection)  |
| `Ctrl+End`         | Go to end of document                       |
| `Ctrl+Shift+End`   | Go to end of document (extend selection)    |

## References

* <https://github.com/mccabe615/BurpCheatSheet>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zweilosec.gitbook.io/hackers-rest/web/burp-suite.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
