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

39 lines
756 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
2023-02-06 17:59:03 +00:00
severity: info
description: Nginx configuration information was detected.
2023-02-06 18:01:37 +00:00
reference:
2023-02-06 20:45:37 +00:00
- 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 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