36 lines
720 B
YAML
36 lines
720 B
YAML
id: sprintful-takeover
|
|
|
|
info:
|
|
name: Sprintful Takeover
|
|
author: Mhdsamx
|
|
severity: high
|
|
tags: takeover,sprintful
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- 'The user account associated with this calendar has been deactivated.'
|
|
- 'Please contact the owner of this calendar directly in order to book a meeting.'
|
|
- 'This domain name does not have a default page configured.'
|
|
condition: or
|
|
|
|
- type: word
|
|
words:
|
|
- "Sprintful"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|