From 5adb4dd240a600fe74c6254bf4052228661892a1 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:56:13 +0530 Subject: [PATCH] Create turnkey-lamp-panel.yaml --- http/exposed-panels/turnkey-lamp-panel.yaml | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/exposed-panels/turnkey-lamp-panel.yaml diff --git a/http/exposed-panels/turnkey-lamp-panel.yaml b/http/exposed-panels/turnkey-lamp-panel.yaml new file mode 100644 index 0000000000..6400d34bc0 --- /dev/null +++ b/http/exposed-panels/turnkey-lamp-panel.yaml @@ -0,0 +1,32 @@ +id: turnkey-lamp-panel + +info: + name: TurnKey LAMP Panel - Detect + author: ritikchaddha + severity: info + description: | + TurnKey LAMP Control Panel was detected. + reference: + - https://www.turnkeylinux.org/lamp + metadata: + max-request: 1 + verified: true + shodan-query: title:"TurnKey LAMP" + fofa-query: title="TurnKey LAMP" + tags: panel,login,turnkey,lamp,detect + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "TurnKey LAMP" + + - type: status + status: + - 200