22 lines
318 B
YAML
22 lines
318 B
YAML
|
id: elmah-log-file
|
||
|
|
||
|
info:
|
||
|
name: elmah.axd Disclosure
|
||
|
author: shine
|
||
|
severity: medium
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/elmah.axd"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'Error Log for'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|