Skip to content

SSH Security Checks

ID: ssh-workflow

Severity: “

Author: pussycat0x

Tags:

A simple workflow that runs all SSH related nuclei templates on a given target.

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

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "workflows/ssh-workflow.yaml"

View on Github