Skip to content

Lighttpd Placeholder Page

ID: lighttpd-placeholder-page

Severity: info

Author: idealphase

Tags: tech,lighttpd

id: lighttpd-placeholder-page
info:
name: Lighttpd Placeholder Page
author: idealphase
severity: info
classification:
cpe: cpe:2.3:a:lighttpd:lighttpd:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: lighttpd
product: lighttpd
shodan-query: "If you find a bug in this Lighttpd package, or in Lighttpd itself"
tags: tech,lighttpd
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "If you find a bug in this Lighttpd package, or in Lighttpd itself"
- "<h1> Placeholder page </h1>"
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502207a2d323c0e7ad22da65b1fac2fc6730adb95aecae6ad8f570e5ace4126c291f1022100d68fd4cf87734c284acbbe00d250dfb9a6291ffd22b85a01cbb1fe9b058c4375: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/technologies/default-lighttpd-placeholder-page.yaml"

View on Github