The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

How to setup go command in the json shortcut file

Daniel | Last updated: Sep 08, 2022 08:43AM UTC

Hi Folks, I wonder how I can make a key bind CTRL+g to run current request within repeater? I tried: { "action": "issue_repeater_request", "hotkey": "Ctrl+ g" } also { "action": "editor_issue_repeater_request", "hotkey": "Ctrl+ g" } thank you

Ben, PortSwigger Agent | Last updated: Sep 08, 2022 03:32PM UTC

Hi, The 'Issue Repeater request' hotkey can be configured with the following within the user configuration file: { "action":"issue_repeater_request", "hotkey":"Ctrl+G" } I assume that you are already aware of this but you can also configure the hotkeys under User options -> Misc -> Hotkeys in Burp itself. Changes made in the UI will be saved to the relevant user configuration file.

Daniel | Last updated: Sep 08, 2022 03:56PM UTC