nuclei-templates/technologies/default-detect-generic.yaml

22 lines
487 B
YAML

id: default-detect-generic
info:
name: Default Web Application Detection
author: andydoering
description: Catch-all for detecting default installations of web applications using common phrases found in default install pages
severity: info
tags: tech
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: body
condition: or
words:
- "<title>Default</title>"
- "<title>Welcome to</title>"