format update
parent
e36e3b8c6c
commit
eaa1720f2e
|
@ -1,21 +1,33 @@
|
||||||
id: softr-takeover
|
id: softr-takeover
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Softr.io takeover detection
|
name: Softr.io Takeover Detection
|
||||||
author: philippedelteil
|
author: philippedelteil
|
||||||
severity: info
|
severity: high
|
||||||
tags: takeover
|
reference:
|
||||||
reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/352
|
- 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
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- Host != ip
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
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
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 404
|
- 404
|
||||||
|
|
Loading…
Reference in New Issue