Jump to content
  • Entries

    16114
  • Comments

    7952
  • Views

    86369569

Contributors to this blog

  • HireHackking 16114

About this blog

Hacking techniques include penetration testing, network security, reverse cracking, malware analysis, vulnerability exploitation, encryption cracking, social engineering, etc., used to identify and fix security flaws in systems.

#  Exploit Title: Online Clothing Store 1.0 - Persistent Cross-Site Scripting
#  Date: 2020-05-05
#  Exploit Author: Sushant Kamble
# Vendor Homepage: https://www.sourcecodester.com/php/14185/online-clothing-store.html
# Software Link: https://www.sourcecodester.com/sites/default/files/download/razormist/online-clothing-store_0.zip
# Version: 1.0
# Tested On: Windows 10 Pro 10.0.18363 N/A Build 18363 + XAMPP V3.2.4

#Vulnerable Page: Offers.php
#Parameter Vulnerable: Offer Detail

ONLINE CLOTHING STORE 1.0 is vulnerable to Stored XSS

Admin user can add malicious script to offer page.
when a normal user visit a page. A script gets executed.

# Exploit:
	Open offer.php
	Add below script in Offer Detail
		<script>alert(document.cookie)</script>
	Save