Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sqlite-injection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
play
sqlite-injection
Commits
dd047c8b
Commit
dd047c8b
authored
2 years ago
by
Thibault Debatty
Browse files
Options
Downloads
Patches
Plain Diff
update docker-compose def and README
parent
ed9cfbe8
No related branches found
No related tags found
No related merge requests found
Pipeline
#10301
passed
2 years ago
Stage: build
Stage: release
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+13
-0
13 additions, 0 deletions
README.md
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
with
14 additions
and
1 deletion
README.md
+
13
−
0
View file @
dd047c8b
...
...
@@ -18,6 +18,19 @@ Simply use this search query (for example):
' union select null, username, password from users where username like '%
```
## Running with docker-compose
Easiest way to run the vulnerable app is using docker-compose:
```
bash
mkdir
sqlite-injection
cd
sqlite-injection
curl
-o
docker-compose.yml https://gitlab.cylab.be/cylab/play/sqlite-injection/-/raw/main/docker-compose.yml
docker-compose up
```
After a few seconds, the app will be available at
```http://127.0.0.1:8000```
## Running with Docker
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
dd047c8b
version
:
'
3.3'
services
:
sqlite-injection
:
web
:
image
:
gitlab.cylab.be:8081/cylab/play/sqlite-injection
ports
:
-
'
8000:80'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment