From 674e0c38f26741fc157a073748f9848ae98c4119 Mon Sep 17 00:00:00 2001 From: Philippe Delteil Date: Fri, 12 Apr 2024 20:10:26 -0500 Subject: [PATCH 1/3] Create softr.yaml --- http/takeovers/softr.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 http/takeovers/softr.yaml diff --git a/http/takeovers/softr.yaml b/http/takeovers/softr.yaml new file mode 100644 index 0000000000..ffb52341d2 --- /dev/null +++ b/http/takeovers/softr.yaml @@ -0,0 +1,21 @@ +id: softr-takeover + +info: + name: Softr.io takeover detection + author: philippedelteil + severity: info + tags: takeover + reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/352 + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers: + - type: word + words: + - "The application you were looking for was built on Softr" + - type: status + status: + - 404 From e36e3b8c6caffd0f5ff75f3de1e6df30618b02f2 Mon Sep 17 00:00:00 2001 From: Philippe Delteil Date: Fri, 12 Apr 2024 20:11:21 -0500 Subject: [PATCH 2/3] Rename softr.yaml to softr-takeover.yaml --- http/takeovers/{softr.yaml => softr-takeover.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename http/takeovers/{softr.yaml => softr-takeover.yaml} (100%) diff --git a/http/takeovers/softr.yaml b/http/takeovers/softr-takeover.yaml similarity index 100% rename from http/takeovers/softr.yaml rename to http/takeovers/softr-takeover.yaml From eaa1720f2e1267d0b9b2b7ccd368865a8dbfcaf8 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 15 Apr 2024 09:57:50 +0530 Subject: [PATCH 3/3] format update --- http/takeovers/softr-takeover.yaml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/http/takeovers/softr-takeover.yaml b/http/takeovers/softr-takeover.yaml index ffb52341d2..d27ed28ef7 100644 --- a/http/takeovers/softr-takeover.yaml +++ b/http/takeovers/softr-takeover.yaml @@ -1,21 +1,33 @@ id: softr-takeover info: - name: Softr.io takeover detection + name: Softr.io Takeover Detection author: philippedelteil - severity: info - tags: takeover - reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/352 + severity: high + reference: + - https://github.com/EdOverflow/can-i-take-over-xyz/issues/352 + - https://docs.softr.io/custom-domain-and-publishing/9qTmU2Lj8Gnpr1Ue6dEAkX/add-a-custom-domain-to-your-app/93K5bLJN3n91MRo9uRGdAf + metadata: + max-request: 1 + tags: takeover,softr -requests: +http: - method: GET path: - "{{BaseURL}}" + matchers-condition: and matchers: + - type: dsl + dsl: + - Host != ip + - type: word words: - - "The application you were looking for was built on Softr" + - 'The application you were looking for was built on Softr' + - 'Get started with Softr' + condition: and + - type: status status: - 404