https://github.com/thomasnield/sql-injection-demo
A simple username/password login application to demonstrate SQL injection
https://github.com/thomasnield/sql-injection-demo
Last synced: 12 months ago
JSON representation
A simple username/password login application to demonstrate SQL injection
- Host: GitHub
- URL: https://github.com/thomasnield/sql-injection-demo
- Owner: thomasnield
- License: apache-2.0
- Created: 2016-10-05T23:16:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T14:18:50.000Z (over 4 years ago)
- Last Synced: 2025-03-22T18:11:24.099Z (about 1 year ago)
- Language: Kotlin
- Size: 128 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL Injection Demo
A simple username/password login application to demonstrate SQL injection.
[](https://www.youtube.com/watch?v=6JfS8rHanAQ)
This was built with [Kotlin](http://kotlinlang.org/) and [TornadoFX](https://github.com/edvin/tornadofx) using a standard [Java JDBC](http://tutorials.jenkov.com/jdbc/query.html) connection.
[Video Demo Here](https://www.youtube.com/watch?v=6JfS8rHanAQ)