updating elmah log file
parent
e745bbb972
commit
8441300d4d
|
@ -0,0 +1,22 @@
|
||||||
|
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
|
|
@ -1,20 +1,22 @@
|
||||||
id: elmah
|
id: elmah-file
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: elmah.axd Disclosure
|
name: elmah.axd Disclosure
|
||||||
author: Shine
|
author: shine
|
||||||
severity: medium
|
severity: medium
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/elmah.axd'
|
- "{{BaseURL}}/elmah.axd"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- 'Error Log for'
|
- 'Error Log for'
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
Loading…
Reference in New Issue