From 2341811f6576536581c0df9d91868029d39c2c27 Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Mon, 31 Aug 2020 22:50:06 +0530 Subject: [PATCH] moving this to tech detect --- technologies/lotus-domino-detect.yaml | 15 --------------- technologies/tech-detect.yaml | 8 +++++++- 2 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 technologies/lotus-domino-detect.yaml diff --git a/technologies/lotus-domino-detect.yaml b/technologies/lotus-domino-detect.yaml deleted file mode 100644 index a923ff8b4c..0000000000 --- a/technologies/lotus-domino-detect.yaml +++ /dev/null @@ -1,15 +0,0 @@ -id: lotus-domino-detect -info: - name: IBM Lotus Domino Detect - author: CasperGN - severity: info - -requests: - - method: GET - path: - - "{{BaseURL}}/" - matchers: - - type: word - words: - - "Server: Lotus-Domino" - part: header \ No newline at end of file diff --git a/technologies/tech-detect.yaml b/technologies/tech-detect.yaml index 1d8f68b707..91cf5effe1 100644 --- a/technologies/tech-detect.yaml +++ b/technologies/tech-detect.yaml @@ -2688,4 +2688,10 @@ requests: words: - "/etc/clientlibs/" - "/content/dam/" - part: body \ No newline at end of file + part: body + + - type: word + name: lotus-domino + words: + - "Server: Lotus-Domino" + part: header