commit
314bb011a4
|
@ -2,7 +2,7 @@ id: laravel-log-file
|
|||
|
||||
info:
|
||||
name: Laravel log file publicly accessible
|
||||
author: sheikhrishad
|
||||
author: sheikhrishad & geeknik
|
||||
severity: low
|
||||
tags: laravel,log,exposure
|
||||
|
||||
|
@ -14,10 +14,19 @@ requests:
|
|||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "InvalidArgumentException"
|
||||
condition: and
|
||||
|
||||
- "local.ERROR"
|
||||
- "ErrorException"
|
||||
- "syntax error"
|
||||
condition: or
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/plain"
|
||||
- "text/x-log"
|
||||
condition: or
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue