mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-10 12:43:29 +08:00
10 lines
282 B
YAML
10 lines
282 B
YAML
|
|
id: mongodb-workflow
|
||
|
|
|
||
|
|
info:
|
||
|
|
name: MongoDb Security Checks
|
||
|
|
author: pussycat0x
|
||
|
|
description: A simple workflow that runs all MongoDB related nuclei templates on a given target.
|
||
|
|
workflows:
|
||
|
|
- template: network/detection/mongodb-detect.yaml
|
||
|
|
subtemplates:
|
||
|
|
- tags: mongodb
|