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

How is "Proxy request hook" different from "HTTP requet hook"? #31

Closed ffredHTTP closed 6 years ago

ffredHTTP commented 7 years ago

Logic dictates that the second method involves only HTTP message, but Im have problem with HTTP requet hook. When Im hooked via "Proxy request hook" Burp is responsive but when I`m using HTTP requet hook any change on no impact

tomsteele commented 6 years ago

Proxy hooks can be modified, request hooks are passive.