Skip to content

Default Apache Miracle Linux Web Server Page

ID: default-apache-miracle

Severity: info

Author: DhiyaneshDK

Tags: tech,default-page,apache,miracle

id: default-apache-miracle
info:
name: Default Apache Miracle Linux Web Server Page
author: DhiyaneshDK
severity: info
metadata:
verified: true
max-request: 1
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
# digest: 4a0a0047304502201c7754bbe5e46740b49420f332aec1fdfdef1f7b3832334c84c36b290bb57756022100f913e543f8a3dcb0958a73cffd19b1981424348d9ce0c80e7ee1731a03813c7b:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/default-apache-miracle.yaml"

View on Github