Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistent cross-site scripting (XSS) in targeted towards web admin through /admin-panel1.php at via the parameter "special". #23

Open
tuando243 opened this issue Mar 29, 2022 · 0 comments

Comments

@tuando243
Copy link

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: <script>alert(123)</script>
Step to exploit:

  1. Navigate to http://hospital.com/admin-panel1.php
  2. Click 'Add Doctors ', use burpsuite to insert xss payload in the "special" parameter
  3. Click "Add Doctors"

Screenshot 2022-03-29 at 16 34 01

Screenshot 2022-03-29 at 16 34 32

Proof of concept (Poc):

<script>alert(123)</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant