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

38 lines
752 B
YAML
Raw Normal View History

2021-04-26 07:41:52 +00:00
id: nginx-config
info:
name: Nginx Config - Detect
author: sheikhrishad,geeknik
description: Nginx configuration information was detected.
reference: https://nginx.org/en/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2021-04-26 08:32:47 +00:00
severity: info
2021-04-26 07:41:52 +00:00
tags: config,exposure,nginx
requests:
- method: GET
path:
- "{{BaseURL}}/nginx.conf"
2021-04-26 08:36:32 +00:00
2021-04-26 07:41:52 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "html>"
negative: true
2021-04-26 07:41:52 +00:00
- type: word
words:
- "server"
- "listen"
- "server_name"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2023/02/05