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
|
|
|
|
author: philippedelteil
|
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:
|
2022-03-19 10:42:08 +00:00
|
|
|
shodan-query: http.component:"Atlassian Confluence"
|
|
|
|
tags: tech,confluence,atlassian
|
|
|
|
|
2021-09-09 04:28:04 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{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
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2022-06-06 16:30:56 +00:00
|
|
|
- '<meta name="ajs-version-number" content="(.*)">'
|
|
|
|
- 'Atlassian Confluence ([a-z0-9-._]+)'
|