nuclei-templates/http/technologies/default-lighttpd-page.yaml

25 lines
435 B
YAML

id: lighttpd-default
info:
name: lighttpd Default Page
author: dhiyaneshDK
severity: info
metadata:
max-request: 1
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