An open API service indexing awesome lists of open source software.

https://github.com/dalpan/labs-sqli


https://github.com/dalpan/labs-sqli

Last synced: over 1 year ago
JSON representation

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
```