This document provides an overview of using the Burp Suite web application security tool to automate the discovery of vulnerabilities in web applications. It introduces Burp Suite and how to configure it to intercept and analyze HTTP requests and responses. Specifically, it demonstrates how to use Burp Suite to identify session hijacking vulnerabilities using the Repeater tool and to conduct automated brute force attacks using the Intruder tool against vulnerabilities like broken authentication. The goal is to help students learn how to use security tools to more efficiently test for vulnerabilities compared to manual methods.