nuclei-templates/exposures/configs/ansible-config-disclosure.yaml

18 lines
328 B
YAML

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