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