Merge pull request #2617 from pdelteil/patch-48

Create confluence-detector.yaml
patch-1
Prince Chaddha 2021-09-09 12:37:54 +05:30 committed by GitHub
commit 0aa181e46f
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-detect
info:
name: Confluence Detect
author: philippedelteil
severity: info
description: Allows you to detect Atlassian Confluence instances
tags: tech,confluence
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/pages"
- "{{BaseURL}}/confluence"
- "{{BaseURL}}/wiki"
redirects: true
stop-at-first-match: true
matchers-condition: and
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-._]+)'