misc changes
parent
936b5992c7
commit
55b6b33e93
|
@ -5,6 +5,7 @@ info:
|
|||
author: pikpikcu
|
||||
severity: critical
|
||||
reference: https://iryl.info/2020/11/27/exploiting-samsung-router-wlan-ap-wea453e/
|
||||
tags: xss,samsung,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
|
@ -5,6 +5,7 @@ info:
|
|||
author: pikpikcu
|
||||
severity: critical
|
||||
reference: https://iryl.info/2020/11/27/exploiting-samsung-router-wlan-ap-wea453e/
|
||||
tags: xss,samsung,rce
|
||||
|
||||
requests:
|
||||
- method: POST
|
|
@ -5,7 +5,7 @@ info:
|
|||
author: pikpikcu
|
||||
severity: medium
|
||||
reference: https://iryl.info/2020/11/27/exploiting-samsung-router-wlan-ap-wea453e/
|
||||
|
||||
tags: xss,samsung,xss
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
|
@ -17,6 +17,12 @@ requests:
|
|||
words:
|
||||
- "/tmp/www/<script>alert(document.domain)</script>"
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 404
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "text/html"
|
||||
part: header
|
|
@ -10,6 +10,6 @@ workflows:
|
|||
- template: default-logins/samsung/samsung-wlan-ap-default-credentials.yaml
|
||||
|
||||
subtemplates:
|
||||
- template: vulnerabilities/other/samsung-wlan-ap-rce.yaml
|
||||
- template: vulnerabilities/other/samsung-wlan-ap-lfi.yaml
|
||||
- template: vulnerabilities/other/samsung-wlan-ap-xss.yaml
|
||||
- template: vulnerabilities/samsung/samsung-wlan-ap-rce.yaml
|
||||
- template: vulnerabilities/samsung/samsung-wlan-ap-lfi.yaml
|
||||
- template: vulnerabilities/samsung/samsung-wlan-ap-xss.yaml
|
||||
|
|
Loading…
Reference in New Issue