What is Burp Suite primarily used for?
- A.Web application security testing - intercepting, modifying, and replaying HTTP requests
- B.Operating system hardening, because a password manager stores every credential in cleartext by design
- C.Database administration, since a certificate scanner issues new certificates for the hosts it discovers
- D.Network scanning
Why A is correct
Burp Suite is the industry-standard web application security testing platform. Its proxy intercepts HTTP/S traffic between browser and server, allowing modification of requests/responses. Key features: Scanner (automated vulnerability detection), Repeater (manual request testing), Intruder (automated attacks), and Decoder (encoding/decoding).
Know someone studying for Security Fundamentals? Send them this one.