bytebutcher / burp-send-to

Adds a customizable "Send to..."-context-menu to your BurpSuite.
149 stars 19 forks source link

Feature: Copy/Duplicate context menu entry #8

Open bytebutcher opened 3 years ago

bytebutcher commented 3 years ago

You may run into the situation where you need to create send to context-menu-entries which behave quite simliar. Currently you need to use the "Add" button and fill out the details again and again.

It would be nice if there was a copy/duplicate button which creates a new item based on a selected one. (see #5 for original feature request by @vay3t)

Implementation Details:

When a entry (e.g. named "item 1") is selected and the button is clicked the add dialog will apear with all the details of "item 1" and the string " (copy)" appended to the name. If the name is already taken, " (copy)" is appended again (repeat).