Update and rename betteruptime-takeover.yaml to uptime-takeover.yaml
parent
63427f8332
commit
0226dc4d7a
|
@ -1,17 +0,0 @@
|
||||||
id: betteruptime-takeover
|
|
||||||
|
|
||||||
info:
|
|
||||||
name: betteruptime takeover detection
|
|
||||||
author: philippedelteil
|
|
||||||
severity: info
|
|
||||||
tags: takeover
|
|
||||||
reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/368
|
|
||||||
|
|
||||||
requests:
|
|
||||||
- method: GET
|
|
||||||
path:
|
|
||||||
- "{{BaseURL}}"
|
|
||||||
matchers:
|
|
||||||
- type: word
|
|
||||||
words:
|
|
||||||
- '<html><body>You are being <a href="https://uptime.betterstack.com">redirected</a>.</body></html>'
|
|
|
@ -0,0 +1,31 @@
|
||||||
|
id: uptime-takeover
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Uptime Takeover Detection
|
||||||
|
author: philippedelteil
|
||||||
|
severity: high
|
||||||
|
reference:
|
||||||
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/368
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
tags: takeover,uptime
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- Host != ip
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '<html><body>You are being <a href="https://uptime.betterstack.com">redirected</a>.</body></html>'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 302
|
Loading…
Reference in New Issue