Burp Suite is the industry-standard web application security testing tool. Think of it as a Swiss Army knife for web hacking - it intercepts, modifies, and analyzes HTTP traffic between your browser and target servers.
Setup & Configuration
Browser Proxy Configuration
FoxyProxy
Proxy Tab
The Proxy tab is Burp's core feature - it intercepts all HTTP/HTTPS traffic for inspection and modification.
Repeater
Repeater lets you manually modify and resend individual requests. It's your go-to tool for testing parameter manipulation.
Multiple Tabs
Intruder
Intruder automates customized attacks against web applications. Perfect for brute forcing, fuzzing, and parameter manipulation.
Using Intruder
Decoder
Decoder transforms data between various encoding formats. Essential for understanding and manipulating encoded data in requests.
Smart Decode
Comparer
Sequencer
Sequencer analyzes the randomness of tokens. Poor randomness in session tokens can lead to prediction attacks.
Pro Tips
Knowledge Check
Key Takeaways
- Proxy intercepts and modifies HTTP traffic in real-time
- Repeater is for manual request manipulation and testing
- Intruder automates attacks (rate-limited in Community Edition)
- Decoder handles encoding/decoding transformations
- Install Burp's CA certificate to intercept HTTPS
- Use FoxyProxy for quick proxy toggling