Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Rinkish/Sqli_Edited_Version
Edited SQLi Audi lab series so that it can work in kali linux with PhpVersion 7+
https://github.com/Rinkish/Sqli_Edited_Version
Last synced: 21 days ago
JSON representation
Edited SQLi Audi lab series so that it can work in kali linux with PhpVersion 7+
- Host: GitHub
- URL: https://github.com/Rinkish/Sqli_Edited_Version
- Owner: Rinkish
- Created: 2018-05-06T09:25:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T10:16:19.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:43:29.131Z (4 months ago)
- Language: PHP
- Size: 6.24 MB
- Stars: 71
- Watchers: 3
- Forks: 26
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Rinkish/Sqli_Edited_Version - Edited SQLi Audi lab series so that it can work in kali linux with PhpVersion 7+ (PHP)
README
# Sqli_Edited_Version
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
How and what changes are made and how to setup this lab - You can read my blog for this
https://rinkishkhera.blogspot.in/2017/05/sqli-dhakkan-lab-setup-in-kali-linux.html
Before accessing lab from your browser make sure to run these three commands
in your kali machine1) – service apache2 start
2) – service mysql stop
3) – mysqld_safe - -skip-grant-tablesWe are very thankful to Audi-1(aka Dhakkan) for creating such an interesting and awesome environment for us to understand and practice SQL injection.