Hospital-Management-System
Hospital-Management-System copied to clipboard
Persistent cross-site scripting (XSS) in targeted towards web admin through /admin-panel1.php at via the parameter "special".
Add Doctor info payload to Doctor Special of Add Doctor page to target /admin-panel1.php, then use burpsuite get requests datas, change the 'special' parameter to xss payload: Step to exploit:
- Navigate to http://hospital.com/admin-panel1.php
- Click 'Add Doctors ', use burpsuite to insert xss payload in the "special" parameter
- Click "Add Doctors"
Proof of concept (Poc):