OWASP Mutillidae II is a free, open-source, deliberately vulnerable web application designed for web-security enthusiasts. It serves as a target for learning and practicing web security skills. Mutillidae can be easily installed on Linux and Windows systems using LAMP, WAMP, and XAMMP stacks. Additionally, it comes pre-installed on SamuraiWTF and OWASP BWA, and the existing version can be updated on these platforms. With dozens of vulnerabilities and hints to guide the user, Mutillidae provides an accessible web hacking environment suitable for labs, security enthusiasts, classrooms, CTFs, and vulnerability assessment tool targets. It has been widely used in graduate security courses, corporate web security training, and as an assessment target for vulnerability assessment software. OWASP Mutillidae II provides a comprehensive platform for learning and practicing web security techniques in a controlled environment.
Stay updated with project announcements on X: webpwnized
Explore our tutorials on YouTube: webpwnized YouTube channel
Note carefully that the source code has moved to the src project directory. Be careful to adjust accordingly.
If you have a LAMP stack set up already, you can skip directly to installing Mutillidae. Check out our comprehensive installation guide for detailed instructions. Watch the video tutorial: How to Install Mutillidae on LAMP Stack
Explore a large number of video tutorials available on the webpwnized YouTube channel for guidance on using Mutillidae.
- Contains over 40 vulnerabilities and challenges, covering each of the OWASP Top Ten from 2007 to 2017
- Mutillidae is actually vulnerable, eliminating the need for users to enter a "magic" statement
- Easy installation on Linux or Windows *AMP stacks, including XAMPP, WAMP, and LAMP
- Preinstalled on Rapid7 Metasploitable 2, Samurai Web Testing Framework (WTF), and OWASP Broken Web Apps (BWA)
- One-click system restoration to default settings with the "Setup" button
- Users can switch between secure and insecure modes
- Widely used in graduate security courses, corporate web security training, and as an assessment target for vulnerability assessment software
- Regularly updated to maintain relevance and effectiveness
Below is the updated directory structure of the project along with brief descriptions:
CHANGELOG.md
- Project change log.CONTRIBUTING.md
- Contribution guidelines.LICENSE
- Project license.README-INSTALLATION.md
- Installation instructions.README.md
- Main README file.SECURITY.md
- Security guidelines.
ajax
- Contains files related to AJAX functionality.classes
- PHP class files for handling various tasks (e.g., logging, token management, database operations).data
- Data files, such as XML data sources.documentation
- Documentation files including installation guides and usage instructions.images
- All image assets used in the application (e.g., icons, gritter assets).includes
- Reusable PHP files (e.g., templates, configuration files).javascript
- JavaScript libraries, custom scripts, and initializers for front-end functionality.labs
- Files for security testing, offering challenges such as SQL injection, XSS, and file inclusions.passwords
- Password-related files (e.g., account data).styles
- CSS stylesheets defining the look and feel of the application.webservices
- Web services for REST and SOAP APIs.includes
- Reusable components for web services.rest
- REST API files and related documentation.soap
- SOAP service files, including libraries and documentation.soap/lib
- Library files specifically for SOAP service integration.
version
- Contains versioning information for the project.