Create softr.yaml
parent
e8abd46745
commit
674e0c38f2
|
@ -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
|
Loading…
Reference in New Issue