From 4c2fc62bda1d4f346c59008e31b43fd03bec3892 Mon Sep 17 00:00:00 2001 From: Gasper Spagnolo Date: Thu, 17 Nov 2022 17:21:11 +0100 Subject: [PATCH] Added burpsuite --- burpsuite.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 burpsuite.md diff --git a/burpsuite.md b/burpsuite.md new file mode 100644 index 0000000..25cb286 --- /dev/null +++ b/burpsuite.md @@ -0,0 +1,13 @@ +# BURPSUITE + +## How to configure local proxy + +* Install foxy proxy extension +* Add `127.0.0.1:8080` burpsuite to proxies +* Turn on Burpsuite proxy intercept and then navigate to `127.0.0.1:8080` to download CA certificate +* Upload that certificate in Manage certificates -> Authorities -> import .der file +* Then in burpusite select `Target` and exclude all urls from scope, and add the one you want to intercept into include +* Then also in burpsuite select `Proxy` -> Options -> Intercept Client Requests -> operator `And` ENABLED +* Then also in burpsuite select `Proxy` -> Options -> Intercept Server Responses -> operator `And` ENABLED + +Then you should be Ok to run and go