# Mutillidae II

<div align="left"><figure><img src="/files/zY3evBNIwT5vgrBF9mM2" alt=""><figcaption><p><a href="https://owasp.org/www-project-mutillidae-ii/">https://owasp.org/www-project-mutillidae-ii/</a></p></figcaption></figure></div>

{% embed url="<https://owasp.org/www-project-mutillidae-ii/>" %}

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.

* [Install & configure OWASP Mutillidae II](/writeups-and-walkthroughs/mutillidae-ii/install-and-configure-owasp-mutillidae-ii.md)
* [SQL Injection (SQLi)](/writeups-and-walkthroughs/mutillidae-ii/sqli.md)
* [Command Injection](/writeups-and-walkthroughs/mutillidae-ii/command-injection.md)
* [IDOR & File Inclusion](/writeups-and-walkthroughs/mutillidae-ii/idor-and-file-inclusion.md)
* [Cross-Site Scripting (XSS)](/writeups-and-walkthroughs/mutillidae-ii/xss.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev-angelist.gitbook.io/writeups-and-walkthroughs/mutillidae-ii.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
