commit
9aca5f7502
|
@ -0,0 +1,32 @@
|
|||
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
|
||||
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
|
Loading…
Reference in New Issue