Update elmah-log-file.yaml
parent
00ab7ec92b
commit
66d0ae1a6f
|
@ -1,7 +1,7 @@
|
|||
id: elmah-log-file
|
||||
|
||||
info:
|
||||
name: elmah.axd Disclosure
|
||||
name: ELMAH Exposure
|
||||
author: shine,idealphase
|
||||
severity: medium
|
||||
description: |
|
||||
|
@ -9,20 +9,21 @@ info:
|
|||
reference:
|
||||
- https://code.google.com/archive/p/elmah/
|
||||
- https://www.troyhunt.com/aspnet-session-hijacking-with-google/
|
||||
tags: logs,exposure
|
||||
metadata:
|
||||
verified: true
|
||||
tags: logs,elmah,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/elmah.axd"
|
||||
- "{{BaseURL}}/elmah"
|
||||
- "{{BaseURL}}/elmah.axd"
|
||||
|
||||
stop-at-first-match: true
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'Error Log for'
|
||||
|
|
Loading…
Reference in New Issue