26 lines
711 B
YAML
26 lines
711 B
YAML
id: default-detect-generic
|
|
|
|
info:
|
|
name: Default Web Application Detection
|
|
author: andydoering
|
|
severity: info
|
|
description: Catch-all for detecting default installations of web applications using common phrases found in default install pages
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
condition: or
|
|
words:
|
|
- "<title>Default</title>"
|
|
- "<title>Welcome to</title>"
|
|
|
|
# digest: 4b0a00483046022100b36329fd7c77736d36f0e288df0f7f0404bfd91749fbb10eedacf5c3d813aa02022100b36f877c50304470553877f37bb6bd481bccc6ae954e6ffefe3be0e4b5ed8c7f:922c64590222798bb761d5b6d8e72950
|