Sitemap

Burp suite proxy use with Chrome without changing system proxy

Jan 12, 2024

--

Burp Suite is a nice tool for security testing. With built-in chromium, I can use web applications, but a saved password is not possible. Plus all history is not in sync mode.

So I tried to use Burp Proxy with Chrome and now face two issues.

1: Unable to connect proxy quickly without changing system proxy

2: Verified SSL connection error

Connect proxy server with Proxy Control

  • Install Proxy control Chrome extension.
  • Then add proxy configuration like this. This is default config collected from burp suite
Press enter or click to view image in full size
  • Once configuration added enable proxy from pinned chrome extension
Press enter or click to view image in full size

Now then follow 2nd steps to add the burp certificate in the system

Follow http://127.0.0.1:8080 link and download the certificate

Press enter or click to view image in full size

Once the certificate is downloaded just double click on it. and trust all. Then now you can access https site and intercept request.

--

--

No responses yet