From 46ddad5906385f2eff893a2dc9739a67360a312d Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 4 May 2024 12:19:41 +0530 Subject: [PATCH] format update --- http/takeovers/squadcast-takeover.yaml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/http/takeovers/squadcast-takeover.yaml b/http/takeovers/squadcast-takeover.yaml index aace9d3802..7510d84bcf 100644 --- a/http/takeovers/squadcast-takeover.yaml +++ b/http/takeovers/squadcast-takeover.yaml @@ -1,24 +1,35 @@ id: squadcast-takeover info: - name: squadcast takeover detection + name: Squadcast Takeover Detection author: philippedelteil - severity: medium - tags: takeover - reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/398 -requests: + severity: high + reference: + - https://github.com/EdOverflow/can-i-take-over-xyz/issues/398 + metadata: + max-request: 1 + tags: takeover,squadcast + +http: - method: GET path: - "{{BaseURL}}" + redirects: true max-redirects: 2 + matchers-condition: and matchers: + - type: dsl + dsl: + - Host != ip + - type: word words: - 'There doesn’t seem to be an active status page associated with this URL.' - 'Please check the URL and try again.' condition: and + - type: status status: - 404