29 lines
639 B
YAML
29 lines
639 B
YAML
id: tave-takeover
|
|
|
|
info:
|
|
name: tave takeover detection
|
|
author: pdteam
|
|
severity: high
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz
|
|
metadata:
|
|
max-request: 1
|
|
tags: takeover
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- "<h1>Error 404: Page Not Found</h1>"
|
|
|
|
# digest: 4a0a00473045022100da0c9eb460ad148e20cf79044426e67d613dc825831cce01609e1a0c203ac18802202bd19ac3d67512fc5382d046484580da58637248c37ad940c3e90436c73ba63e:922c64590222798bb761d5b6d8e72950
|