nuclei-templates/exposed-panels/ansible-tower-exposure.yaml

33 lines
935 B
YAML
Raw Normal View History

id: ansible-tower-exposure
info:
name: Ansible Tower Exposure
author: pdteam,idealphase
severity: low
description: 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
metadata:
google-query: intitle:"Ansible Tower"
shodan-query: title:"Ansible Tower"
tags: panel,ansible
requests:
- method: GET
path:
2021-01-14 14:41:56 +00:00
- '{{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=(.+)" \/>'