2021-09-09 06:01:44 +00:00
|
|
|
id: confluence-detect
|
2021-09-09 04:28:04 +00:00
|
|
|
|
|
|
|
info:
|
2021-09-09 06:01:44 +00:00
|
|
|
name: Confluence Detect
|
2023-06-16 19:53:27 +00:00
|
|
|
author: philippedelteil,AdamCrosser
|
2021-09-09 04:28:04 +00:00
|
|
|
severity: info
|
|
|
|
description: Allows you to detect Atlassian Confluence instances
|
2021-10-14 10:52:58 +00:00
|
|
|
metadata:
|
2023-06-21 21:03:53 +00:00
|
|
|
category: productivity
|
|
|
|
max-request: 5
|
|
|
|
product: confluence_server
|
2022-03-19 10:42:08 +00:00
|
|
|
shodan-query: http.component:"Atlassian Confluence"
|
2023-06-16 19:53:27 +00:00
|
|
|
vendor: atlassian
|
|
|
|
tags: tech,confluence,atlassian,detect
|
2022-03-19 10:42:08 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-09-09 04:28:04 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2023-06-16 19:53:27 +00:00
|
|
|
- "{{BaseURL}}/dologin.action"
|
2021-09-09 04:28:04 +00:00
|
|
|
- "{{BaseURL}}"
|
|
|
|
- "{{BaseURL}}/pages"
|
|
|
|
- "{{BaseURL}}/confluence"
|
|
|
|
- "{{BaseURL}}/wiki"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2021-09-09 04:28:04 +00:00
|
|
|
stop-at-first-match: true
|
2022-03-19 10:42:08 +00:00
|
|
|
matchers-condition: or
|
2021-09-09 04:28:04 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-03-19 10:42:08 +00:00
|
|
|
part: header
|
2021-09-09 04:28:04 +00:00
|
|
|
words:
|
|
|
|
- '-confluence-'
|
2022-03-19 10:42:08 +00:00
|
|
|
case-insensitive: true
|
2021-09-09 04:28:04 +00:00
|
|
|
|
|
|
|
- type: word
|
2022-03-19 10:42:08 +00:00
|
|
|
part: body
|
2021-09-09 04:28:04 +00:00
|
|
|
words:
|
|
|
|
- 'confluence-base-url'
|
2021-09-09 06:01:44 +00:00
|
|
|
|
2021-09-09 04:28:04 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
2023-06-16 19:53:27 +00:00
|
|
|
name: version
|
2021-09-09 04:28:04 +00:00
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2022-06-06 16:30:56 +00:00
|
|
|
- '<meta name="ajs-version-number" content="(.*)">'
|
2023-06-16 19:53:27 +00:00
|
|
|
- 'Atlassian Confluence ([a-z0-9-._]+)'
|
|
|
|
|
|
|
|
- type: kval
|
|
|
|
kval:
|
|
|
|
- version
|