24 lines
No EOL
864 B
Text
24 lines
No EOL
864 B
Text
# Exploit Title: Bus Pass Management System 1.0 - 'viewid' SQL Injection
|
|
# Date: 2021-08-28
|
|
# Exploit Author: Aryan Chehreghani
|
|
# Vendor Homepage: https://phpgurukul.com/bus-pass-management-system-using-php-and-mysql
|
|
# Software Link: https://phpgurukul.com/wp-content/uploads/2021/07/Bus-Pass-Management-System-Using-PHP-MySQL.zip
|
|
# Version: 1.0
|
|
# Tested on: Windows 10 - Wamp Server
|
|
|
|
# Vulnerable page :
|
|
|
|
http://localhost/buspassms/admin/view-pass-detail.php?viewid=
|
|
|
|
# Vulnerable paramater :
|
|
|
|
The viewid paramater is Vulnerable to sqli
|
|
|
|
# Proof Of Concept :
|
|
|
|
# 1 . Download And install [ bus-pass-management-system ]
|
|
# 2 . Go to /admin/index.php and Enter Username & Password
|
|
# 3 . Navigate to passes >> manage pass
|
|
# 4 . Click on the view and enter the sql payload into the Url
|
|
|
|
Use : http://localhost/buspassms/admin/view-pass-detail.php?viewid=1'[Sql Payload] |