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

18 lines
320 B
YAML
Raw Normal View History

id: ansible-config-disclosure
info:
name: Ansible Configuration Exposure
2021-01-10 14:15:36 +00:00
author: pd-team
severity: medium
2021-03-29 18:27:05 +00:00
tags: config
requests:
- method: GET
path:
- '{{BaseURL}}/ansible.cfg'
matchers:
- type: word
words:
- '[defaults]'
- '[inventory]'
condition: and