tomsteele / burpbuddy

burpbuddy exposes Burp Suites's extender API over the network through various mediums, with the goal of enabling development in any language without the restrictions of the JVM
MIT License
156 stars 25 forks source link

Repeater doesn't trigger combo HTTP Request/Response Hook URLs #36

Closed iffy closed 6 years ago

iffy commented 6 years ago

Requests made using the Burp Repeater trigger these hooks:

But do not trigger the combo:

Is that expected?

tomsteele commented 6 years ago

Yeah, that's expected since I don't think the scanner handles repeater requests, and the req/response hook is built using a fake scanner.