diff --git a/http/takeovers/heroku-takeover.yaml b/http/takeovers/heroku-takeover.yaml deleted file mode 100644 index 4a6465acd9..0000000000 --- a/http/takeovers/heroku-takeover.yaml +++ /dev/null @@ -1,32 +0,0 @@ -id: heroku-takeover - -info: - name: Heroku Takeover Detection - author: 0xPrial,pdteam - severity: high - reference: - - https://github.com/EdOverflow/can-i-take-over-xyz/issues/38 - metadata: - max-request: 1 - tags: takeover,heroku - -http: - - method: GET - path: - - "{{BaseURL}}" - - matchers-condition: and - matchers: - - type: dsl - dsl: - - Host != ip - - - type: word - words: - - "herokucdn.com/error-pages/no-such-app.html" - - - type: word - words: - - "No such app" - - "Heroku | Application Error" - condition: or