Files
nuclei-templates/technologies/lotus-domino-version.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

35 lines
900 B
YAML

id: lotus-domino-version
info:
name: Lotus Domino Version Extractor
author: CasperGN
severity: info
tags: tech,lotus
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"
stop-at-first-match: true
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\\?OpenDatabase))"
extractors:
- type: regex
part: body
name: version
regex:
- "((Domino\\s[A-Za-z]+\\s[0-9\\.]{1,3})|(Forms[0-9\\.]{1,3}\\.nsf\\?OpenDatabase))"