From 76f4a0131f6b140529edb6106328c8514891a604 Mon Sep 17 00:00:00 2001 From: sandeep Date: Sun, 8 Aug 2021 19:23:42 +0530 Subject: [PATCH] Fixed ghost-takeover template --- takeovers/ghost-takeover.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/takeovers/ghost-takeover.yaml b/takeovers/ghost-takeover.yaml index 6f529c2709..cfc804c35b 100644 --- a/takeovers/ghost-takeover.yaml +++ b/takeovers/ghost-takeover.yaml @@ -5,15 +5,20 @@ info: author: pdteam severity: high tags: takeover - reference: https://github.com/EdOverflow/can-i-take-over-xyz + reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/89 requests: - method: GET path: - "{{BaseURL}}" + matchers-condition: and matchers: - type: word + part: header words: - - The thing you were looking for is no longer here - - The thing you were looking for is no longer here, or never was \ No newline at end of file + - 'offline.ghost.org' + + - type: status + status: + - 302 \ No newline at end of file