Added default-lighttpd-placeholder-page.yaml
Added default-lighttpd-placeholder-page.yamlpatch-1
parent
7f9e8e8cbe
commit
e27d859541
|
@ -0,0 +1,25 @@
|
|||
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>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue