Skip to content

Latest commit

 

History

History
29 lines (10 loc) · 1.14 KB

File metadata and controls

29 lines (10 loc) · 1.14 KB

Online Driving School Project In PHP Sql Injection

The Online Driving School Project is a simple mini project for driving institutes. The project contains admin, learners, and users. The user can either be police or victims/complainers. This project is for the institute of driver training first commenced its operations in managing the learners and people who want to take a good learners school as well as the admin which means the owner of the web application can select the best and near learners to the people and connect them both.

project link: https://code-projects.org/online-driving-school-project-in-php-with-source-code/

SQL injection vulnerability exists in /login.php. The username and password parameters are exploitable . Attackers can exploit this vulnerability to execute arbitrary SQL statements and get the admin privilege.

POC

with username='or user_role='Admin'#&password=1 , the attacker can login as admin

and the attacker can exploit it using sqlmap