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

24 lines
406 B
YAML
Raw Normal View History

2021-04-26 08:19:39 +00:00
id: httpd-config
info:
name: Httpd Config file disclosure
author: sheikhrishad
severity: info
tags: config,exposure,httpd
requests:
- method: GET
path:
- "{{BaseURL}}/httpd.conf"
2021-04-26 08:36:32 +00:00
2021-04-26 08:19:39 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "LoadModule"
- "# LoadModule"
condition: and
- type: status
status:
- 200