https://github.com/dalpan/labs-sqli
https://github.com/dalpan/labs-sqli
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalpan/labs-sqli
- Owner: dalpan
- Created: 2022-07-19T08:30:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T08:38:00.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T01:15:18.540Z (over 1 year ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQL Injection Login Bypass Example
This is a simple app written in PHP that can be used to demonstrate how SQL injection vulnerabilities can be used to bypass a login page.
### Input
```
username: admin' -- //
password: anythinghere
username: ' or 1 -- //
password: anythinghere
username: suresh' -- //
password: anythinghere
```
### Valid accounts
```
admin:raju@123
```