commit
f7dcf26b08
|
@ -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
|
Loading…
Reference in New Issue