2020-09-09 08:12:17 +00:00
|
|
|
id: lotus-domino-workflow
|
|
|
|
|
|
|
|
info:
|
2020-11-21 17:57:19 +00:00
|
|
|
name: Lotus Domino Security Checks
|
2020-09-09 08:12:17 +00:00
|
|
|
author: CasperGN
|
2020-11-21 17:57:19 +00:00
|
|
|
description: A simple workflow that runs all Lotus Domino related nuclei templates on a given target.
|
2021-02-12 05:53:01 +00:00
|
|
|
tags: workflow
|
2020-09-09 08:12:17 +00:00
|
|
|
|
2020-11-21 17:57:19 +00:00
|
|
|
# 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.
|
2020-09-09 08:12:17 +00:00
|
|
|
|
2020-11-21 17:57:19 +00:00
|
|
|
workflows:
|
2020-09-09 08:12:17 +00:00
|
|
|
|
2020-11-21 17:57:19 +00:00
|
|
|
- template: technologies/tech-detect.yaml
|
|
|
|
matchers:
|
|
|
|
- name: lotus-domino
|
|
|
|
subtemplates:
|
|
|
|
- template: technologies/lotus-domino-version.yaml
|
|
|
|
subtemplates:
|
2021-01-03 02:23:09 +00:00
|
|
|
- template: cves/2005/CVE-2005-2428.yaml
|