nuclei-templates/exposures/logs/elmah-log-file.yaml

34 lines
926 B
YAML
Raw Normal View History

2020-10-14 18:22:29 +00:00
id: elmah-log-file
info:
2022-11-24 10:35:00 +00:00
name: ELMAH Exposure
2022-11-21 10:41:54 +00:00
author: shine,idealphase
2020-10-14 18:22:29 +00:00
severity: medium
description: |
ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
reference:
- https://code.google.com/archive/p/elmah/
- https://www.troyhunt.com/aspnet-session-hijacking-with-google/
2022-11-24 10:35:00 +00:00
metadata:
verified: true
tags: logs,elmah,exposure
2020-10-14 18:22:29 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/elmah"
2022-11-24 10:35:00 +00:00
- "{{BaseURL}}/elmah.axd"
2020-10-14 18:22:29 +00:00
stop-at-first-match: true
host-redirects: true
max-redirects: 2
2020-10-14 18:22:29 +00:00
matchers-condition: and
matchers:
- type: word
words:
- 'Error Log for'
- type: status
status:
- 200