Reader small image

You're reading from  Password Cracking with Kali Linux

Product typeBook
Published inFeb 2024
PublisherPackt
ISBN-139781835888544
Edition1st Edition
Right arrow
Author (1)
Daniel W. Dieterle
Daniel W. Dieterle
author image
Daniel W. Dieterle

Daniel W. Dieterle, with over 20 years in IT, has evolved from a system and network support role to a dedicated Computer Security Researcher and Author. His expertise, honed in diverse environments like corporate data centers and Ivy League schools, is reflected in his Kali Linux-based books, widely used globally for security training in universities, government, and private sectors. He has contributed to numerous technical books, articles, and security training classes, and is passionate about mentoring newcomers in the field.
Read more about Daniel W. Dieterle

Right arrow
Installing Mutillidae on Ubuntu
  1. Create an Ubuntu VM
  2. Install XAMPP
  3. And then, “git clone Mutillidae” to the /opt/lampp/htdocs directory
  4. Start control panel: sudo /opt/lampp/manager-linux-x64.run
  5. 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;
  1. Start Mutillidae
     
     cd /opt/lampp
     sudo ./xampp start
  1. Surf to http://localhost/mutillidae - You may need to click on “setup/ reset database”.
To access the webserver remotely, you may need to allow access to your network address in the “/opt...
lock icon
The rest of the chapter is locked
You have been reading a chapter from
Password Cracking with Kali Linux
Published in: Feb 2024Publisher: PacktISBN-13: 9781835888544
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at AU $19.99/month. Cancel anytime

Author (1)

author image
Daniel W. Dieterle

Daniel W. Dieterle, with over 20 years in IT, has evolved from a system and network support role to a dedicated Computer Security Researcher and Author. His expertise, honed in diverse environments like corporate data centers and Ivy League schools, is reflected in his Kali Linux-based books, widely used globally for security training in universities, government, and private sectors. He has contributed to numerous technical books, articles, and security training classes, and is passionate about mentoring newcomers in the field.
Read more about Daniel W. Dieterle