Burp Intercept

           

Scenario: Intercept web site and modify headers

Solution:

Use Burp suite to Intercept traffic

Burp Suite is an integrated platform for performing security testing of web applications.
  1. Burp Suite -> Proxy -> Open Browser.
  2. Navigate to the site .
  3. Set Intercept toggle to On.
  4. Navigate to the page which you want to intercept.
  5. The request would be intercepted.
  6. Now you can go to tool and change Request Headers/Parameters etc.
  7. Then click on Forward button to submit the modified request or to continue.

No comments:

Post a Comment

Move Github Sub Repository back to main repo

 -- delete .gitmodules git rm --cached MyProject/Core git commit -m 'Remove myproject_core submodule' rm -rf MyProject/Core git remo...