bytebutcher / burp-send-to

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

Feature request: User-Agent shortcut #11

Closed Kiblyn11 closed 2 years ago

Kiblyn11 commented 3 years ago

Context

Some bug bounty programs ask for custom user agent, we can use burp proxy options to change it seamlessly. Though using burp send to we cannot transmit that modified user agent to external tools which accept custom user-agent by command line for instance.

Proposed solution

Have a shortcut "%UA" which reflect request "User-Agent" header. Working on requests only.

bytebutcher commented 3 years ago

Hi @Kiblyn11 , sorry for my late response. I think you can use a wrapper script to solve this. See https://github.com/bytebutcher/burp-send-to/wiki/Examples#header-values. Hope that helps!

bytebutcher commented 3 years ago

Also take a look at https://github.com/bytebutcher/burp-send-to/issues/9