This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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> |