Merge pull request #1248 from geeknik/patch-66

Create laravel-telescope.yaml
patch-1
PD-Team 2021-04-11 19:55:45 +05:30 committed by GitHub
commit 4fcd670a09
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,log
requests:
- method: GET
path:
- "{{BaseURL}}/telescope/requests"
redirects: true
matchers:
- type: word
words:
- "<title>Telescope</title>"
- "Requests"
- "Commands"
- "Schedule"
condition: and