2021-04-26 07:41:52 +00:00
|
|
|
id: nginx-config
|
|
|
|
|
|
|
|
info:
|
2023-02-05 18:22:11 +00:00
|
|
|
name: Nginx Config - Detect
|
2021-07-23 20:18:51 +00:00
|
|
|
author: sheikhrishad,geeknik
|
2023-02-06 17:59:03 +00:00
|
|
|
severity: info
|
2023-02-05 22:07:31 +00:00
|
|
|
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/
|
2023-02-05 18:22:11 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 0
|
2023-02-05 18:22:11 +00:00
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: config,exposure,nginx
|
2021-04-26 07:41:52 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-04-26 07:41:52 +00:00
|
|
|
- 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:
|
2021-07-23 20:18:51 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "html>"
|
|
|
|
negative: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-04-26 07:41:52 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "server"
|
|
|
|
- "listen"
|
|
|
|
- "server_name"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2021-07-23 20:18:51 +00:00
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100a96726c0cce12207cc0aa744a9137c96d0474c025449b7f47940384b4d96d66f02207b298b296ca4fda50fec4eb89a6b726153ef02f2e43d98046e83dbbe669db16b:922c64590222798bb761d5b6d8e72950
|