Found 3 repositories(showing 3)
Rinkish
Edited SQLi Audi lab series so that it can work in kali linux with PhpVersion 7+
mirankhan008
Edited SQLi Audi lab series so that it can work in kali linux with PhpVersion 7+ In latest version of kali we are having PHP version 7.xxx which does not support MySQL functions because it support MySQLi functions. MySQLi Extension (or simply known as MySQL improved or MySQLi) is a relational database driver that is used mainly in the PHP programming language. So i made necessary changes in the original SQLi labs so that it can work in kali linux with PhpVersion 7+ Original SQLi version can be found at https://github.com/Audi-1/sqli-labs Before accessing lab from your browser make sure to run these three commands in your kali machine – service apache2 start – service mysql stop – mysqld_safe - -skip-grant-tables We are very thankful to Audi-1(aka Dhakkan) for creating such an interesting and awesome environment for us to understand and practice SQL injection.
QuasarsResources
Edited version of AUDI SQLI labs
All 3 repositories loaded