format update

patch-1
Dhiyaneshwaran 2024-04-15 09:57:50 +05:30 committed by GitHub
parent e36e3b8c6c
commit eaa1720f2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 6 deletions

View File

@ -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