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

24 lines
514 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
tags: tech
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: body
condition: or
words:
- "<title>Default</title>"
- "<title>Welcome to</title>"