Recently downloaded the sqlol test, feel very fun, do a record.
Sqlol is a configurable SQL injection test platform that contains a series of challenge tasks that allow you to test and learn SQL injection statements in a challenge, sqlol or a more creative project.
Sqlol is now part of the magical Code injection Rainbow framework at Http://github.com/SpiderLabs/MCIR and the standalone Version would no longer be maintained.
First, download and install
: Http://github.com/SpiderLabs/MCIR
Installation process:
1, unzip the package to the site root path (for example, I create a new SQL directory, the contents of the compressed package);
2, open/includes/database.config.php Modify the information such as $username/$password;
$dbtype ='MySQL'; $server='localhost'; $port='3306'; $username='Root'; $password='Root'; $database='sqlol'; $persist="';
3, open http://localhost/sql/, you can see the following interface, click Reset, you can complete the installation of the database.
To this end, the installation is complete, and then we begin the SQL injection test to accomplish the challenge task.
SQL injection test platform SQLOL-1. Introduction and Installation