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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech
|
2021-11-01 16:12:02 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-11-01 16:12:02 +00:00
|
|
|
- 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>"
|
2023-10-14 11:27:55 +00:00
|
|
|
- "<title>Welcome to</title>"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100b36329fd7c77736d36f0e288df0f7f0404bfd91749fbb10eedacf5c3d813aa02022100b36f877c50304470553877f37bb6bd481bccc6ae954e6ffefe3be0e4b5ed8c7f:922c64590222798bb761d5b6d8e72950
|