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

18 lines
328 B
YAML
Raw Normal View History

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