41 lines
952 B
YAML
41 lines
952 B
YAML
id: squadcast-takeover
|
||
|
||
info:
|
||
name: Squadcast Takeover Detection
|
||
author: philippedelteil
|
||
severity: high
|
||
reference:
|
||
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/398
|
||
metadata:
|
||
max-request: 1
|
||
tags: takeover,squadcast
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}"
|
||
|
||
redirects: true
|
||
max-redirects: 2
|
||
|
||
matchers-condition: and
|
||
matchers:
|
||
- type: dsl
|
||
dsl:
|
||
- Host != ip
|
||
|
||
- type: word
|
||
words:
|
||
- 'There doesn’t seem to be an active status page associated with this URL.'
|
||
- 'Please check the URL and try again.'
|
||
condition: and
|
||
|
||
- type: status
|
||
status:
|
||
- 404
|
||
|
||
extractors:
|
||
- type: dsl
|
||
dsl:
|
||
- cname
|
||
# digest: 4a0a004730450220370c5a692d4eb54b3fa681f8fddc4dce658d30d88db88a2740ed199d9bc94b59022100c5e1686e94af14450903b5fd258004dbc1b701558626b3fb83995812b58b6eb9:922c64590222798bb761d5b6d8e72950 |