From 2bccb65671776e5254e94ab92f0806d3bea35430 Mon Sep 17 00:00:00 2001 From: Rishi Date: Fri, 27 Oct 2023 16:36:44 +0100 Subject: [PATCH 1/6] plausible-panel --- http/exposed-panels/plausible-panel.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 http/exposed-panels/plausible-panel.yaml diff --git a/http/exposed-panels/plausible-panel.yaml b/http/exposed-panels/plausible-panel.yaml new file mode 100644 index 0000000000..6f7e529970 --- /dev/null +++ b/http/exposed-panels/plausible-panel.yaml @@ -0,0 +1,23 @@ +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 + +http: + - method: GET + path: + - "{{BaseURL}}/login" + matchers: + - type: word + words: + - '©2023 Plausible Analytics. All rights reserved.' + + - type: status + status: + - 200 \ No newline at end of file From a6ca58726a07ffe62dbabf6163c3426518306284 Mon Sep 17 00:00:00 2001 From: Rishi Date: Sat, 28 Oct 2023 05:14:09 +0100 Subject: [PATCH 2/6] fix trailing spaces --- http/exposed-panels/plausible-panel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/exposed-panels/plausible-panel.yaml b/http/exposed-panels/plausible-panel.yaml index 6f7e529970..fbb8696f2a 100644 --- a/http/exposed-panels/plausible-panel.yaml +++ b/http/exposed-panels/plausible-panel.yaml @@ -4,7 +4,7 @@ info: author: rxerium severity: info description: | - Plausible is intuitive, lightweight and open source web analytics. + Plausible is intuitive, lightweight and open source web analytics. reference: - https://plausible.io/ - https://github.com/plausible/analytics From 999936d27df5d0d19e41dc9f8410d9acdf1b8751 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:33:08 +0530 Subject: [PATCH 3/6] Update plausible-panel.yaml --- http/exposed-panels/plausible-panel.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/http/exposed-panels/plausible-panel.yaml b/http/exposed-panels/plausible-panel.yaml index fbb8696f2a..965d1ae157 100644 --- a/http/exposed-panels/plausible-panel.yaml +++ b/http/exposed-panels/plausible-panel.yaml @@ -1,6 +1,6 @@ id: plausible-panel info: - name: Plausible panel detect + name: Plausible Panel - Detect author: rxerium severity: info description: | @@ -8,6 +8,10 @@ info: reference: - https://plausible.io/ - https://github.com/plausible/analytics + metadata: + verified: true + shodan-query: html:"Plausible" + tags: panel,plausible,detect http: - method: GET @@ -16,8 +20,10 @@ http: matchers: - type: word words: - - '©2023 Plausible Analytics. All rights reserved.' + - 'Plausible Analytics. All rights reserved.' + - 'Plausible · Web analytics' + condition: and - type: status status: - - 200 \ No newline at end of file + - 200 From 346967d0151fef08f3bb8b5aed6ad6c6353c31dd Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:21:36 +0530 Subject: [PATCH 4/6] condition -update --- http/exposed-panels/plausible-panel.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http/exposed-panels/plausible-panel.yaml b/http/exposed-panels/plausible-panel.yaml index 965d1ae157..e9e655efd8 100644 --- a/http/exposed-panels/plausible-panel.yaml +++ b/http/exposed-panels/plausible-panel.yaml @@ -17,6 +17,8 @@ http: - method: GET path: - "{{BaseURL}}/login" + + matchers-condition: and matchers: - type: word words: From 5367e783bb8fc67c3a0f09db2d09a9f80cd43f35 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 30 Oct 2023 18:22:37 +0530 Subject: [PATCH 5/6] Update plausible-panel.yaml --- http/exposed-panels/plausible-panel.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/exposed-panels/plausible-panel.yaml b/http/exposed-panels/plausible-panel.yaml index e9e655efd8..8b974f69a5 100644 --- a/http/exposed-panels/plausible-panel.yaml +++ b/http/exposed-panels/plausible-panel.yaml @@ -1,4 +1,5 @@ id: plausible-panel + info: name: Plausible Panel - Detect author: rxerium @@ -18,7 +19,7 @@ http: path: - "{{BaseURL}}/login" - matchers-condition: and + matchers-condition: and matchers: - type: word words: From ccc70b916c91e64a1552697f7bdcaecd41b163bb Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 30 Oct 2023 18:24:56 +0530 Subject: [PATCH 6/6] matcher update --- http/exposed-panels/plausible-panel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/exposed-panels/plausible-panel.yaml b/http/exposed-panels/plausible-panel.yaml index 8b974f69a5..0f3a9c932c 100644 --- a/http/exposed-panels/plausible-panel.yaml +++ b/http/exposed-panels/plausible-panel.yaml @@ -23,7 +23,7 @@ http: matchers: - type: word words: - - 'Plausible Analytics. All rights reserved.' + - 'Login' - 'Plausible · Web analytics' condition: and