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