nuclei-templates/technologies/default-lighttpd-placeholde...

27 lines
564 B
YAML
Raw Normal View History

id: lighttpd-placeholder-page
info:
2023-01-25 08:07:13 +00:00
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>"
2023-01-25 05:52:52 +00:00
condition: and
2023-01-25 08:07:13 +00:00
- type: status
status:
- 200