commit
0aa181e46f
|
@ -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-._]+)'
|
Loading…
Reference in New Issue