19 lines
422 B
YAML
19 lines
422 B
YAML
id: default-apache2-ubuntu-page
|
|
|
|
info:
|
|
name: Apache2 Ubuntu Default Page
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
tags: tech,apache
|
|
reference: https://www.shodan.io/search?query=http.title%3A%22Apache2+Ubuntu+Default+Page%22
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>Apache2 Ubuntu Default Page: It works</title>"
|
|
part: body
|