Merge pull request #9572 from pdelteil/patch-174

Create softr.yaml
patch-1
Ritik Chaddha 2024-04-16 09:59:08 +05:30 committed by GitHub
commit f7dcf26b08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: softr-takeover
info:
name: Softr.io Takeover Detection
author: philippedelteil
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
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'
- 'Get started with Softr'
condition: and
- type: status
status:
- 404