25 lines
390 B
YAML
25 lines
390 B
YAML
id: teamwork-takeover
|
|
|
|
info:
|
|
name: Teamwork Takeover Detection
|
|
author: pdteam
|
|
severity: high
|
|
tags: takeover,teamwork
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- "Oops - We didn't find your site."
|