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

23 lines
403 B
YAML
Raw Normal View History

id: web-config
info:
2020-07-24 10:04:43 +00:00
name: Web Config file
author: Yash Anand @yashanand155
2020-07-24 10:02:27 +00:00
severity: info
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'
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:
- 200