updating elmah log file

patch-1
bauthard 2020-10-14 23:52:29 +05:30
parent e745bbb972
commit 8441300d4d
2 changed files with 31 additions and 7 deletions

22
files/elmah-log-file.yaml Normal file
View File

@ -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

View File

@ -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