Audi-1/sqli-labs

Not working on php7

charaneadam opened this issue · 3 comments

mysql_* functions not working on php7

Yes, Mysql_* functions are depreciated and now PHP uses mysqli_* functions which support stacking of queries apart from other improvements. You can work with XAMPP or XAMPPLite to test and build lab on it.

I had the same issue on Kali 2016.2. (PHP 7)
Now I am using docker container: tuxotron/audi_sqli and it works well