matcher update

patch-1
sandeep 2021-11-01 23:24:59 +05:30
parent 694fb76e2a
commit 4266c264f6
1 changed files with 5 additions and 12 deletions

View File

@ -1,29 +1,22 @@
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,default
tags: tech
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: or
matchers:
- type: word
part: body
condition: or
words:
- "<title>Default</title>"
part: body
- type: word
words:
- "<title>Welcome to</title>"
part: body
- type: status
status:
- 200
- "<title>Welcome to</title>"