Burp Suite
Features
Proxy - allows us to intercept and modify requests/responses when interacting with web applications
Repeater - allows us to capture, modify, then resend the same request numerous times.
Intruder - allows us to spray an endpoint with requests. Often used for bruteforce attacks or to fuzz endpoints
Decoder - provides a valuable service when transforming data
Comparer - allows us to compare two pieces of data at either word or byte level.
Sequencer - used when assessing the randomness of tokens such as session cookie values or other supposedly random generated data.
Last updated