19 lines
636 B
YAML
19 lines
636 B
YAML
id: lotus-domino-workflow
|
|
|
|
info:
|
|
name: Lotus Domino Security Checks
|
|
author: CasperGN
|
|
description: A simple workflow that runs all Lotus Domino related nuclei templates on a given target.
|
|
|
|
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
|
|
# Old workflows still remains valid, and will be working with all nuclei versions.
|
|
|
|
workflows:
|
|
|
|
- template: technologies/tech-detect.yaml
|
|
matchers:
|
|
- name: lotus-domino
|
|
subtemplates:
|
|
- template: technologies/lotus-domino-version.yaml
|
|
subtemplates:
|
|
- template: cves/2005/CVE-2005-2428.yaml |