# Title : Medicine Tracker System - XSS
# Author : @Eawhitehat - Eren Arslan
# Demo available : https://www.sourcecodester.com/php/16308/medicine-tracker-system-php-oop-and-mysql-db-source-code-free-download.html
# CVE: N/A
# Screenshot : https://prnt.sc/vjjy5-LYq49e
Used Payload :
"><script>(/eawhitehat is here/)</script>
Admin account :
mcooper
mcooper123
Method :
Connect to panel : http://localhost/app/
#Vulnerabîlity
1. After login with admin account, go to http://localhost/app/?page=medicines/manage_medicine (Medicines > Add New)
2. Add the payload : "><script>(/eawhitehat is here/)</script> in "Medicine Name", "Description" and Save
3. Go to Medicines -> View List
4. Your XSS Loaded
Enjoy !