25 lines
494 B
YAML
25 lines
494 B
YAML
|
id: launchrock-takeover
|
||
|
|
||
|
info:
|
||
|
name: Launchrock Takeover Detection
|
||
|
author: pdteam
|
||
|
severity: high
|
||
|
reference:
|
||
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/74
|
||
|
tags: takeover
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- Host != ip
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- It looks like you may have taken a wrong turn somewhere. Don't worry...it happens to all of us.
|