matcher update
parent
694fb76e2a
commit
4266c264f6
|
@ -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>"
|
Loading…
Reference in New Issue