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

35 lines
767 B
YAML
Raw Normal View History

id: web-config
info:
name: Web Configuration File - Detect
2022-08-31 16:38:19 +00:00
author: Yash Anand @yashanand155,DhiyaneshDK
2020-07-24 10:02:27 +00:00
severity: info
description: Web configuration file was detected.
reference:
- https://github.com/imhunterand/ApachSAL/blob/main/assets/exploits.json
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-06 06:46:11 +00:00
tags: config,exposure
2020-07-24 10:02:27 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/web.config'
2022-08-31 16:06:39 +00:00
- '{{BaseURL}}/../../web.config'
2020-07-24 10:02:27 +00:00
matchers-condition: and
matchers:
- type: word
words:
- <configuration>
2020-07-24 10:02:27 +00:00
- <system.webServer>
condition: and
- type: status
status:
2022-08-31 16:06:39 +00:00
- 200
# Enhanced by md on 2023/02/24