nuclei-templates/http/misconfiguration/confluence/confluence-oauth-admin.yaml

31 lines
687 B
YAML
Raw Normal View History

2022-07-03 20:08:37 +00:00
id: confluence-oauth-admin
info:
2022-07-04 17:00:24 +00:00
name: Confluence OAuth Administration Endpoint
2022-07-03 20:08:37 +00:00
author: DhiyaneshDK
2022-07-05 03:06:12 +00:00
severity: info
2022-07-03 20:08:37 +00:00
metadata:
2022-07-04 17:00:24 +00:00
verified: true
2023-10-14 11:27:55 +00:00
max-request: 2
2022-07-03 20:08:37 +00:00
shodan-query: http.component:"Atlassian Confluence"
tags: misconfig,jira,confluence,atlassian
http:
2022-07-03 20:08:37 +00:00
- method: GET
path:
- "{{BaseURL}}/plugins/servlet/oauth/view-consumer-info"
- "{{BaseURL}}/confluence/plugins/servlet/oauth/view-consumer-info"
stop-at-first-match: true
2023-10-14 11:27:55 +00:00
2022-07-03 20:08:37 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>OAuth Consumer Information'
- 'OAuth Administration'
- type: status
status:
- 200