Skip to content

TurnKey LAMP Panel - Detect

ID: turnkey-lamp-panel

Severity: info

Author: ritikchaddha

Tags: panel,login,turnkey,lamp,detect

TurnKey LAMP Control Panel was detected.

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</title>"
- type: status
status:
- 200
# digest: 490a0046304402201376588c9c98f7d3c4f4bd7ee4f02cb15f5eb138f935b8770ddfc21c0f73831d0220085fc090b1c536c1953c0709009a00e649cec70fd1760102e2cee7f1573f7e97:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/turnkey-lamp-panel.yaml"

View on Github