27 lines
540 B
YAML
27 lines
540 B
YAML
|
id: default-apache-miracle
|
||
|
|
||
|
info:
|
||
|
name: Default Apache Miracle Linux Web Server Page
|
||
|
author: DhiyaneshDK
|
||
|
severity: info
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: true
|
||
|
shodan-query: title:"Apache Miracle Linux Web Server"
|
||
|
tags: tech,default-page,apache,miracle
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<TITLE>Apache Miracle Linux Web Server</TITLE>'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|