diff --git a/workflows/netgear-workflow.yaml b/workflows/netgear-workflow.yaml new file mode 100644 index 0000000000..3a357143fc --- /dev/null +++ b/workflows/netgear-workflow.yaml @@ -0,0 +1,18 @@ +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 \ No newline at end of file