https://github.com/jayexdesigns/sql-injection-sim
A simple simulation of SQL injections made with python
https://github.com/jayexdesigns/sql-injection-sim
injection python sql tkinter
Last synced: 11 months ago
JSON representation
A simple simulation of SQL injections made with python
- Host: GitHub
- URL: https://github.com/jayexdesigns/sql-injection-sim
- Owner: JayexDesigns
- Created: 2021-03-07T01:29:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T15:40:32.000Z (over 4 years ago)
- Last Synced: 2025-07-20T06:55:50.427Z (11 months ago)
- Topics: injection, python, sql, tkinter
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL-injection-sim
This is a simple tool for trying SQL injections I made a while ago.
When you execute the script a GUI made with Tkinter will pop up, it has a login form and, as a placeholder, I added a simple injection you can use on unsecured login forms to gain admin access.