nuclei-templates/technologies/lighttpd-default.yaml

23 lines
436 B
YAML
Raw Normal View History

2021-07-06 17:46:57 +00:00
id: lighttpd-default
info:
name: lighttpd Default Page
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22Powered+by+lighttpd%22
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Powered by lighttpd</title>"
- type: status
status:
- 200