Create confluence-detector.yaml

patch-1
Philippe Delteil 2021-09-09 01:28:04 -03:00 committed by GitHub
parent 3f9f3da387
commit 6a75ff9242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: confluence-detector
info:
name: confluence detector
author: philippedelteil
severity: info
description: Allows you to detect Atlassian Confluence instances
tags: confluence
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/pages"
- "{{BaseURL}}/confluence"
- "{{BaseURL}}/wiki"
redirects: true
stop-at-first-match: true
matchers-condition: or
matchers:
- type: word
words:
- '-Confluence-'
- '-confluence-'
part: header
condition: or
- type: word
words:
- 'confluence-base-url'
part: body
extractors:
- type: regex
part: body
group: 1
regex:
- 'Atlassian Confluence ([a-z0-9-._]+)'