|
id: ansible-config-disclosure
|
|
|
|
info:
|
|
name: Ansible Configuration Exposure
|
|
author: pdteam
|
|
severity: medium
|
|
tags: config,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/ansible.cfg'
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '[defaults]'
|
|
- '[inventory]'
|
|
condition: and |