This assignment details a web application security analysis conducted by a junior security analyst using the vulnerable web application Mutillidae by OWASP. The environment is set up using XAMPP, and the analysis includes network scanning with Nmap to identify open ports and potential vulnerabilities. Wireshark is used to sniff network traffic, capturing packets and demonstrating how sensitive data can be intercepted. SQL injection techniques are explored using SQLMap to identify and exploit database vulnerabilities, including listing databases, tables, and retrieving user credentials. The assignment also covers web application security models such as firewalls, IDS/IPS, and encryption, providing an overview of their functionalities and importance in securing web applications. This assignment is a practical demonstration of common web application security threats and mitigation strategies, offering a valuable learning experience in identifying and addressing vulnerabilities.