From aeff303da13572d1a48c9b0714c5cbab69c47cef Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:16:08 +0400 Subject: [PATCH] Create repetier-unauth.yaml --- http/misconfiguration/repetier-unauth.yaml | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 http/misconfiguration/repetier-unauth.yaml diff --git a/http/misconfiguration/repetier-unauth.yaml b/http/misconfiguration/repetier-unauth.yaml new file mode 100644 index 0000000000..b471b9c3a9 --- /dev/null +++ b/http/misconfiguration/repetier-unauth.yaml @@ -0,0 +1,38 @@ +id: repetier-unauth + +info: + name: Repetier Server Dashboard - Unauthenticated + author: ritikchaddha + severity: high + description: | + Repetier Server Dashboard has been exposed. + classification: + cpe: cpe:2.3:a:repetier-server:repetier-server:*:*:*:*:*:*:*:* + metadata: + verified: true + max-request: 1 + vendor: repetier-server + product: repetier-server + shodan-query: title:"Repetier-Server" + fofa-query: title="repetier-server" + tags: repetier,dashboard,unauth + +http: + - method: GET + path: + - "{{BaseURL}}/#!/printer/Prusa_I3/print" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Global Settings' + - 'Edit Profile' + - 'Logout' + - 'Clear all Messages' + condition: and + + - type: status + status: + - 200