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

22 lines
487 B
YAML
Raw Normal View History

id: default-detect-generic
2021-11-01 17:54:59 +00:00
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
2021-11-01 17:54:59 +00:00
tags: tech
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: body
2021-11-01 17:54:59 +00:00
condition: or
words:
2021-11-01 17:54:59 +00:00
- "<title>Default</title>"
- "<title>Welcome to</title>"