18 lines
711 B
YAML
18 lines
711 B
YAML
id: netgear-workflow
|
|
|
|
info:
|
|
name: NETGEAR Security Checks
|
|
author: dwisiswant0
|
|
description: A simple workflow that runs all NETGEAR related nuclei templates on a given target.
|
|
|
|
workflows:
|
|
- template: exposed-panels/netgear-version-detect.yaml
|
|
subtemplates:
|
|
- template: vulnerabilities/other/netgear-router-auth-bypass.yaml
|
|
- template: vulnerabilities/other/netgear-router-exposure.yaml
|
|
- template: vulnerabilities/other/netgear-wnap320-rce.yaml
|
|
- template: cves/2016/CVE-2016-6277.yaml
|
|
- template: cves/2016/CVE-2016-5649.yaml
|
|
- template: cves/2020/CVE-2020-26919.yaml
|
|
- template: cves/2020/CVE-2020-27866.yaml
|
|
- template: cves/2021/CVE-2021-34991.yaml |