Scenario: Intercept web site and modify headers
Solution:
Use Burp suite to Intercept traffic and submit the request multiple times with modified values
Burp Suite is an integrated platform for performing security testing of web applications.
- Burp tool -> Proxy -> Open Browser.
- Navigate to the site.
- Burp tool -> Intercept On.
- Navigate to the page which you want to intercept.
- The request would be intercepted.
- Navigate to Http History tab -> Right click on the request you want to repeat -> Send to Repeater.
- On Repeater tab you will see Request & Response (which initially would be blank).
- You can now change the Request, like change Http Method from POST -> GET etc -> then click Send button.
- The response based on modified request would be rendered.
No comments:
Post a Comment