Inclusion of lotus domino version detection

Signed-off-by: Casper Guldbech Nielsen <whopsec@protonmail.com>
patch-1
Casper Guldbech Nielsen 2020-09-09 10:11:07 +02:00
parent d83ad77b02
commit 8ef356cc75
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: lotus-domino-version
info:
name: Lotus Domino Version Extractor
author: CasperGN
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/homepage.nsf"
- "{{BaseURL}}/iNotes/Forms5.nsf"
- "{{BaseURL}}/iNotes/Forms6.nsf"
- "{{BaseURL}}/iNotes/Forms7.nsf"
- "{{BaseURL}}/iNotes/Forms8.nsf"
- "{{BaseURL}}/iNotes/Forms85.nsf"
- "{{BaseURL}}/iNotes/Forms9.nsf"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: regex
part: body
regex:
- "Domino\\s[A-Za-z]+\\s([0-9\\.]{1,3})|Forms([0-9\\.]{1,3})\\.nsf"
extractors:
- type: regex
part: body
name: version
regex:
- "Domino\\s[A-Za-z]+\\s([0-9\\.]{1,3})|Forms([0-9\\.]{1,3})\\.nsf"