1. The first step is to make sure you've installed apache and mysql. Backtrack is usually already installed in the beginning. You just run it from the application menu.
2. And then, open the folder /var/www mutillidae and download files with a command like below.
cd /var/www
wget http://sourceforge.net/projects/mutillidae/files/mutillidae-project/LATEST-mutillidae-2.3.5.zip/download
3. After the download is complete, unzip the file we downloaded earlier.
unzip download
4. In this step we need to configure the config.inc which contains the dbhost, dbuser, dppass, and dbname configurations. Adjust the configuration of your computer
cd mutillidae
gedit config.inc
5. Tun apache and mysql, you can use the applications services in backtrack, or use the command from the terminal.
service mysql start
service apache2 start
6. Then open your web browser again and point it to 127.0.0.1/mutillidae/ or localhost/mutillidae/
0 comments:
Post a Comment
Comment in here...