Installing Mutillidae on Ubuntu
Create an Ubuntu VM
Install XAMPP
And then, “git clone Mutillidae” to the /opt/lampp/htdocs directory
Start control panel: sudo /opt/lampp/manager-linux-x64.run
- Set the password to Mutillidae:
➢ /opt/lampp/bin/mysql -u root
➢ use mysql;
➢ update user set authentication_string=PASSWORD('mutillidae') where user='root';
➢ update user set plugin='mysql_native_password' where user='root';
➢ flush privileges;
➢ quit;
➢ cd /opt/lampp
➢ sudo ./xampp start
Surf to http://localhost/mutillidae - You may need to click on “setup/ reset database”.
To access ...