Mutillidae: Born to be Hacked
|
|
|
|
Site hacked...err...quality-tested with Samurai WTF, Backtrack, Firefox, Burp-Suite, Netcat, and
these Mozilla Add-ons
Developed by Adrian " Irongeek" Crenshaw and Jeremy Druin
|
Usage Instructions
- Created by Irongeek.com.
- If you would like to learn about other deliberately vulnerable web
applications, check out
Deliberately Insecure Web Applications For Learning Web App Security.
- If you would like to help in writing the hints sections, please
email. Your name
and a link to your site will be added to the credits page.
- Do NOT run this code on a production network. Either run it on a
private network, or restrict your web server software to only use the local
loopback address. By default Mutillidae only allows access from localhost
(127.*.*.*). Edit the .htaccess file to change this behavior (not recommended on a public network).
If for some reason .htaccess is not parsed you can
restrict the IP by finding the "Listen" line in the http.conf file and changing
it to read: Listen 127.0.0.1:80
|