Make Lab PHP7 compatible
Sushant15 opened this issue · 5 comments
Hi,
Many people are facing this issues the code is compatible to only PHP4 & PHP5. The users have to either downgrade the version of PHP to PHP5, as the latest updated systems use PHP7 or have to change the code.
There is a blog which guide to change the code of this app specifically. To change the code refer to the following link:
http://www.hackingarticles.in/set-sqli-lab-kali/
even after this some may face certain issues that they can ask here.
Well, it seems this project is very abandoned. Any PR from 2014...
@bugbountyhunter02 Metasploitable2 is from 2012. Come on, update your bookmarks
Hi,
@Sushant15 @q2dg @VictorZhang2014 please check the repo here https://github.com/mukkul007/sqli-labs-kali2
The changes are made so as to run the sqli-labs on kali 2.0
maybe this proggrams only can run at php 5.x,on php 7 and later version,the function "mysql_query" and some related function was deleted.and instead of "mysqli_query"。"MySQL" in some functions is replaced with "MySQLi".