Create laravel-telescope.yaml

patch-1
Geeknik Labs 2021-04-10 13:32:24 +00:00 committed by GitHub
parent b36ec072d6
commit e176461add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: laravel-telescope
info:
name: Laravel Telescope Disclosure
author: geeknik
description: Telescope provides insight into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications, cache operations, scheduled tasks, variable dumps, and more.
reference: https://laravel.com/docs/8.x/telescope
severity: medium
tags: laravel,disclosure
requests:
- method: GET
path:
- "{{BaseURL}}/telescope/requests"
redirects: true
matchers:
- type: word
words:
- "<title>Telescope</title>"
- "Requests"
- "Commands"
- "Schedule"
condition: and