39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
id: ansible-tower-exposure
|
|
|
|
info:
|
|
name: Ansible Tower - Detect
|
|
author: pdteam,idealphase
|
|
severity: info
|
|
description: Ansible Tower was detected. Ansible Tower is a commercial offering that helps teams manage complex multi-tier deployments by adding control, knowledge, and delegation to Ansible-powered environments.
|
|
reference:
|
|
- https://docs.ansible.com/ansible-tower/3.8.4/html/administration/
|
|
- https://docs.ansible.com/ansible-tower/latest/html/release-notes/index.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
google-query: intitle:"Ansible Tower"
|
|
shodan-query: title:"Ansible Tower"
|
|
tags: panel,ansible
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Ansible Tower</title>"
|
|
- "ansible-bootstrap"
|
|
condition: or
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
part: body
|
|
regex:
|
|
- 'href="\/static\/assets\/favicon\.ico\?v=(.+)" \/>'
|