Skip to content

Instantly share code, notes, and snippets.

View friea's full-sized avatar
🎯
Focusing

pınar friea

🎯
Focusing
View GitHub Profile
#Exploit Title : Teacher Subject Allocation System 1.0 - Reflected XSS (/admin)
#Exploit Author : Pınar Taşgın
#Category : Webapps
#Vendor Homepage: http://localhost/tsas/admin/search.php
#Version : 1.0
***--------------------------------------------------------------------------***
1- Install phpguruku Teacher Subject Allocation System 1.0
2- Go to the Teacher Subject Allocation System's admin page via your browser
3- Login with this credentials. Username = admin, Password = Test@123
4- Paste your xss payload in the admin search section.
#Exploit Title : Teacher Subject Allocation System 1.0 - Reflected XSS
#Exploit Author : Pınar Taşgın
#Category : Webapps
#Vendor Homepage: http://127.0.0.1/tsas/index.php
#Version : 1.0
***--------------------------------------------------------------------------***
1- Install phpguruku Teacher Subject Allocation System 1.0
2- Go to the Teacher Subject Allocation System's main page via your browser
3- Paste your xss payload in the search section.
-->Payload = <script>alert("Scientia est potentia")</script>