mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
10 lines
266 B
YAML
10 lines
266 B
YAML
id: ssh-workflow
|
|
|
|
info:
|
|
name: SSH Security Checks
|
|
author: pussycat0x
|
|
description: A simple workflow that runs all SSH related nuclei templates on a given target.
|
|
workflows:
|
|
- template: network/detection/openssh-detect.yaml
|
|
subtemplates:
|
|
- tags: ssh |