Merge pull request #9543 from pdelteil/patch-173

Create betteruptime-takeover.yaml
patch-1
Ritik Chaddha 2024-04-19 23:22:12 +05:30 committed by GitHub
commit 9a3dd3df7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -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