Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sqlmapproject/testenv
A collection of web pages vulnerable to SQL injection flaws
https://github.com/sqlmapproject/testenv
Last synced: 3 months ago
JSON representation
A collection of web pages vulnerable to SQL injection flaws
- Host: GitHub
- URL: https://github.com/sqlmapproject/testenv
- Owner: sqlmapproject
- Created: 2012-07-09T23:09:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T09:05:57.000Z (over 2 years ago)
- Last Synced: 2024-05-01T11:25:13.080Z (6 months ago)
- Language: PHP
- Size: 3.17 MB
- Stars: 336
- Watchers: 40
- Forks: 129
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-security-collection - **267**星
README
# SQL injection test environment
A collection of web pages vulnerable to SQL injection flaws and more:
* `conf/` - operating system configuration files used by `deployment.sh`.
* `dbs/` - standalone databases for some database management systems (e.g. Microsoft Access).
* `libs/` - web API libraries to connect to the database management system, perform the provided statement and return its output.
* `schema/` - SQL used to create the test database, a test table and populate it with test entries.
* Other directories - vulnerable pages for each database management system.
* `deployment.sh` - A bash script to deploy from scratch a fully-fledged Linux (Debian or Ubuntu) machine with all the relevant database management systems installed and configured, ready to be targeted.