Hackers Rest
  • Hacker's Rest
  • Tools & Cheatsheets
    • Cybersecurity YouTube Channels
  • Hacking Methodology
  • Hands-on Practice
  • Fundamentals
    • Network Fundamentals
    • Computer Fundamentals
  • Unix
    • Unix Fundamentals
    • Hardening & Setup
      • TMUX/Screen Cheatsheet
    • Red Team Notes
      • Enumeration
      • Getting Access
      • Privilege Escalation
      • Pivoting/Lateral Movement
      • Data Exfiltration
      • Persistence
    • Vim
  • Windows
    • Windows Fundamentals
    • PowerShell
    • Hardening & Setup
    • Red Team Notes
      • Enumeration
      • Getting Access
      • Privilege Escalation
      • Pivoting/Lateral Movement
      • Persistence
      • Data Exfiltration
      • Active Directory
        • Enumeration
        • Getting Access
        • Privilege Escalation
        • Persistence
      • Kerberos
      • Impacket
  • MacOS
    • MacOS Basics
    • Hardening & Configuration
    • Red Team Notes
      • Enumeration
      • Getting Access
      • Privilege Escalation
      • Persistence
  • Web
    • Burp Suite
    • DNS
    • Web Notes
      • Enumeration
      • Web Filter Bypass
      • Command Injection
      • Subdomain/Virtual Host Enumeration
      • The Web Application Hacker's Handbook
  • Mobile
    • iOS
    • Android
  • OS Agnostic
    • Basic Enumeration
    • Cryptography & Encryption
    • Network Hardware
    • OS Agnostic
    • OSINT
    • Password Cracking
      • Gathering the Hashes
      • Wordlist Manipulation
      • Cracking the Hashes
    • Pivoting
      • Chisel
      • Plink.exe
      • SSH
      • Sshuttle
      • Socat
    • Reverse Engineering & Binary Exploitation
      • Buffer Overflow
    • Scripting
      • Script Language Syntax
    • SQL
    • SSH & SCP
    • Steganography
    • Wireless
  • Unsorted
Powered by GitBook
On this page
  • Burp Cheat Sheet
  • Global commands
  • References

Was this helpful?

Edit on GitHub
  1. Web

Burp Suite

PreviousPersistenceNextDNS

Last updated 4 years ago

Was this helpful?

Burp Cheat Sheet

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

Burp Suite