SQL Injection Labs

SQL Injection Labs

#Knowledge Base#Resources

Collection of cybersecurity conference videos from GreHack 2018 covering various cutting-edge topics.

Visit Website

This project is developed for pentesters learning SQL Injection

This project is designed for pentesters who are learning SQL Injection, providing them with a practical environment to apply various concepts. Please refrain from using your SQL Injection skills in any location where you do not have legal permission. Applying these skills on live websites is illegal, and doing so may result in legal consequences. You can download the project from GitHub.

Requirements for Setting Up the Application

Web Server (e.g., Apache) - PHP version 5 or higher - MySQL Installation 1. Download the zip file of the application and extract its contents. 2. Move the extracted files to the web server folder. 3. Edit the pre-defined WEBROOT variable in php-inc/settings.php to point to the URL of the sqlilabs directory. 4. Open your web browser and enter the URL where the files are located (e.g., http://localhost/sqlilabs).

Then click on the Setup

Next, click on Setup > Configuration. Enter the Database connection details and specify the Web Root path, then proceed to create the necessary files.

Then Click on Create/Restore Database

Then, click on Create/Restore Database and select the Create/Restore Database button to initiate the database creation process. Now you can begin experimenting with the Examples. CONTRIBUTE: If you have any ideas you would like to implement or believe there is a better way to execute any part, please create a pull request. I will do my best to merge appropriate contributions.