https://github.com/toogle/sql-lab
SQL injection lab
https://github.com/toogle/sql-lab
injection security sql-injection vulnerability web
Last synced: 3 months ago
JSON representation
SQL injection lab
- Host: GitHub
- URL: https://github.com/toogle/sql-lab
- Owner: toogle
- Created: 2013-09-09T14:19:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T11:57:29.000Z (over 10 years ago)
- Last Synced: 2025-06-05T12:05:12.996Z (12 months ago)
- Topics: injection, security, sql-injection, vulnerability, web
- Language: PHP
- Homepage: http://toogle.github.io/sql-lab/
- Size: 1.99 MB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SQL injection lab
=================
Sandbox for the lab on SQL injections. Includes documentation in russian.
The project intended for demonstration purposes only. It is **EXTREMELY DANGER** to use it for real applications.
Requirements
------------
* [PHP](http://php.net/)
* [MySQL](http://www.mysql.com/)
License
-------
Copyright (C) 2013 Andrew A. Usenok <tooogle@mail.ru>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .