Comandos usados:
- sudo apt-get install apache2
- sudo apt-get install php7.2-curl php7.2-mbstring php7.2-xml
- sudo apt-get install libapache2-mod-php php-mysql
-sudo apt-get install mysql-server - sudo mysql -u root
- use mysql
- update set authentication_string=PASSWORD(‘password’) where user=’root’;
- update user set plugin=’mysql_native_password’ where user=’root’;
- flush privileges;
- sudo systemctl restart apache2
- cd /var/www/html/
- sudo git clone https://github.com/webpwnized/mutillidae.git
¿Quieres ver más aportes, preguntas y respuestas de la comunidad?
o inicia sesión.