From f867ba79bffc14eb1a4f1e9a7b31f1aaa36d91b7 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:31:08 +0530 Subject: [PATCH] Create audiobookshelf-panel.yaml --- http/exposed-panels/audiobookshelf-panel.yaml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 http/exposed-panels/audiobookshelf-panel.yaml diff --git a/http/exposed-panels/audiobookshelf-panel.yaml b/http/exposed-panels/audiobookshelf-panel.yaml new file mode 100644 index 0000000000..3e91fb63ef --- /dev/null +++ b/http/exposed-panels/audiobookshelf-panel.yaml @@ -0,0 +1,35 @@ +id: audiobookshelf-panel + +info: + name: Audiobookshelf Login Panel - Detect + author: ritikchaddha + severity: info + reference: + - https://github.com/advplyr/audiobookshelf + metadata: + max-request: 2 + verified: true + shodan-query: title:"Audiobookshelf" + tags: panel,audiobookshelf,detect + +http: + - method: GET + path: + - "{{BaseURL}}" + - "{{BaseURL}}/login" + + stop-at-first-match: true + host-redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Audiobookshelf' + - 'content="Audiobookshelf' + condition: or + + - type: status + status: + - 200