Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdbe committed Jun 19, 2021
1 parent be80211 commit f283279
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Hands-on Express SQLi
# SQL injection with Express and sqlite

This application is a demonstration prototype just to show how to perform SQLi attack.

## Setting-up

### Deploy on heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/0xdbe/Hands-on-Express-SQLi)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/0xdbe-appsec/sqli-express-sqlite)

### Deploy on your host

Expand Down Expand Up @@ -50,4 +50,8 @@ Open http://localhost:3000/ and log in with:
SELECT name FROM user where username = 'admin' --' and password = 'a'
```

You are now log in as "Admin",
You are now log in as "Admin"

### Fix it

use prepared statement

0 comments on commit f283279

Please sign in to comment.