Skip to content

lighttpd Default Page

ID: lighttpd-default

Severity: info

Author: dhiyaneshDK

Tags: tech,lighttpd

id: lighttpd-default
info:
name: lighttpd Default Page
author: dhiyaneshDK
severity: info
classification:
cpe: cpe:2.3:a:lighttpd:lighttpd:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: lighttpd
product: lighttpd
shodan-query: http.title:"Powered by lighttpd"
tags: tech,lighttpd
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Powered by lighttpd</title>"
- type: status
status:
- 200
# digest: 4a0a0047304502206ea4518b592b80b529a16e9b6af9163181ee25e652fe3f68edf1ebc21ff9db1a0221008fa0e9b053a9b73d316fc32852a8586a5116748fc1403e4ac709707609028a72: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-page.yaml"

View on Github