Audi-1 / sqli-labs

SQLI labs to test error based, Blind boolean based, Time based.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working on php7

charaneadam opened this issue · 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.

commented

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