All Projects → appsecco → sqlinjectionloginbypass

appsecco / sqlinjectionloginbypass

Licence: MIT License
A simple app to demo SQL Injection login bypass

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects

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:admin
bob:password
suresh:troll
ramesh:troll
alice:alice1
voldemort:horcrux
frodo:frodo
hodor:hodor
rhombus:rhombus
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].