Skip to content

Plausible Panel - Detect

ID: plausible-panel

Severity: info

Author: rxerium

Tags: panel,plausible,detect

Plausible is intuitive, lightweight and open source web analytics.

id: plausible-panel
info:
name: Plausible Panel - Detect
author: rxerium
severity: info
description: |
Plausible is intuitive, lightweight and open source web analytics.
reference:
- https://plausible.io/
- https://github.com/plausible/analytics
metadata:
verified: true
max-request: 1
shodan-query: html:"Plausible"
tags: panel,plausible,detect
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
words:
- 'Login'
- 'Plausible · Web analytics'
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100d06b7175faf520740ee30ea92f95b72428106da82f400fb2d2e090dc58b06296022100c67b995c3164dbcf53d62951f48a40ff4b868e746c5c2cbd0834098a95a73bd9:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/plausible-panel.yaml"

View on Github