2021-11-01 16:12:02 +00:00
|
|
|
id: default-detect-generic
|
2021-11-01 17:54:59 +00:00
|
|
|
|
2021-11-01 16:12:02 +00:00
|
|
|
info:
|
|
|
|
name: Default Web Application Detection
|
|
|
|
author: andydoering
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
description: Catch-all for detecting default installations of web applications using common phrases found in default install pages
|
2021-11-01 17:54:59 +00:00
|
|
|
tags: tech
|
2021-11-01 16:12:02 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
2021-11-01 17:54:59 +00:00
|
|
|
condition: or
|
2021-11-01 16:12:02 +00:00
|
|
|
words:
|
2021-11-01 17:54:59 +00:00
|
|
|
- "<title>Default</title>"
|
|
|
|
- "<title>Welcome to</title>"
|