0PricingLogin
Cyber Security Academy · Lesson

Proxy and Interception

Capture web traffic.

What Burp Suite Is

Burp Suite is the most widely used web application security testing platform. At its core it is an intercepting proxy that sits between your browser and the target server.

Because all traffic flows through Burp, you can read and modify every request and response.

How a Proxy Works

An intercepting proxy is a man-in-the-middle that you control. Your browser sends requests to Burp; Burp forwards them to the server and returns the responses.

This lets you pause, inspect, and edit traffic at will.

Browser --> Burp Proxy --> Target Server
Browser <-- Burp Proxy <-- Target Server

All lessons in this course

  1. Proxy and Interception
  2. Repeater and Intruder
  3. Scanner and Extensions
  4. Practical Workflows
← Back to Cyber Security Academy