nuclei-templates/exposures/configs/samba-config.yaml

24 lines
403 B
YAML
Raw Normal View History

2021-04-26 08:30:03 +00:00
id: samba-config
info:
name: Samba config file disclosure
author: sheikhrishad
severity: info
tags: config,exposure,smb
requests:
- method: GET
path:
- "{{BaseURL}}/smb.conf"
2021-04-26 08:36:32 +00:00
2021-04-26 08:30:03 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "configuration file"
- "samba"
condition: and
- type: status
status:
- 200