27 lines
564 B
YAML
27 lines
564 B
YAML
id: lighttpd-placeholder-page
|
|
|
|
info:
|
|
name: Lighttpd Placeholder Page
|
|
author: idealphase
|
|
severity: info
|
|
metadata:
|
|
shodan-query: "If you find a bug in this Lighttpd package, or in Lighttpd itself"
|
|
tags: tech,lighttpd
|
|
|
|
requests:
|
|
- 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
|