24 lines
416 B
YAML
24 lines
416 B
YAML
|
id: lighttpd-default
|
||
|
|
||
|
info:
|
||
|
name: lighttpd Default Page
|
||
|
author: dhiyaneshDK
|
||
|
severity: info
|
||
|
metadata:
|
||
|
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
|