burp-copy-request-response icon indicating copy to clipboard operation
burp-copy-request-response copied to clipboard

Feature Request: shortcut or simpler actions access

Open MaCrek22 opened this issue 1 year ago • 5 comments

Currently the extension actions are accessible in context menu "Context Menu -> Extensions -> Copy Request Response -> ..." what is too deep for good workflow, for what the plugin is intended.

Would be possible to make it more accessible ? Maybe with some shortcut (not sure if API allows it) ?

MaCrek22 avatar May 23 '24 07:05 MaCrek22

Hi MaCrek22

Sadly, this is not supported by the Burp Montoya API. An alternative would be to include the menu items in the top menu: image

This would actually make the copy process a bit faster. I'll keep this in mind for the next release.

THX for your input!

Best, Mänu

emanuelduss avatar May 24 '24 11:05 emanuelduss

The latest Montoya API from early adopter 2025.3 does now support hotkeys:

Image

emanuelduss avatar Apr 02 '25 06:04 emanuelduss

@emanuelduss Nice! What Hotkeys should we take? I am ready to implement them.

tobiashort avatar Apr 02 '25 07:04 tobiashort

I would go for either Ctrl+Shift+C (preferred) or Ctrl+Alt+C.

emanuelduss avatar Apr 03 '25 19:04 emanuelduss

@emanuelduss Just what we have longed for... Please look at my PR: https://github.com/CompassSecurity/burp-copy-request-response/pull/14

tobiashort avatar Apr 04 '25 21:04 tobiashort

@MaCrek22 Fixed with Release v2.1.0

tobiashort avatar Apr 20 '25 15:04 tobiashort