How to intercept and modify response of web server using burp suite
hi everyone,
i hope you all are doing fantastic, in this blog i will tell you how you can modify response of web server using burp suite
its pretty easy but i know the struggle of beginners while using burp so this tutorial is especially for beginners( 1337s please don’t bother reading if you already know it :)
this has many usages while you are doing bug bounties let me tell you example of its usage
usage scenario :
suppose you stumble upon a website which is allowing you to register using your business e mail address only and you want to use your gmail to sign up but they say error 500 or 403 in response and suppose it was vulnerable to logic bug then you might be able to sign up using gmail address by modifying the server response
so this is how you do it
while passing the request you right click and select “do intercept> response to this request” that way you will be able to play around with response and might be able to set response of your own if server was not configured properly
then look out for response in subsequent forwarding
hope it helps