bytebutcher / burp-send-to

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

add a function for sending some request to passive scanner? #1

Closed Conanjun closed 2 years ago

Conanjun commented 4 years ago

there are some times that i want reforward some request in proxy history to my passive scanner, if it is possible to add a function for sending some request to passive scanner? thank u!

bytebutcher commented 3 years ago

Hi Conanjun, sorry for my late response. The current scope of the "send-to" extension is to send parts of requests or responses to external tools. At the moment it is not directly possible to send parts of requests or responses to internal burp functions. However, you might be interested in combining the "send-to" extension and the Burp-REST-API extension. The idea would be to "send-to" a custom bash/python/... script which talks to the Burp REST API and triggers your desired functionality.