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:
|
||||
name: elmah.axd Disclosure
|
||||
author: Shine
|
||||
author: shine
|
||||
severity: medium
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/elmah.axd'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- "{{BaseURL}}/elmah.axd"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'Error Log for'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
Loading…
Reference in New Issue