greatvovan
greatvovan

Reputation: 3177

How to automatically respond to a request in Burp?

I am using Burp as a reverse proxy (a.k.a. "invisible proxying" in the app). For requests that match a specific rule, I need to not forward them to the real server but respond with a predefined response (in form of headers + body or from file). Similarly to AutoResponder feature in Fiddler. I did not find the way to do it in Burp. Is there such a functionality, and if so, how to activate it?

Upvotes: 1

Views: 1367

Answers (1)

Văn Chiến Trương
Văn Chiến Trương

Reputation: 33

As I know, they don't have that option. Burp Suite confirmed in the link. In the other hand, you can use intercept matching some conditions of the traffic you want, then manually change it. Since you just want to 'skip calling the server', you can use match and replace in order to redirect traffic to your local host.

Upvotes: 1

Related Questions