format update
parent
7cd79aba20
commit
46ddad5906
|
@ -1,24 +1,35 @@
|
|||
id: squadcast-takeover
|
||||
|
||||
info:
|
||||
name: squadcast takeover detection
|
||||
name: Squadcast Takeover Detection
|
||||
author: philippedelteil
|
||||
severity: medium
|
||||
tags: takeover
|
||||
reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/398
|
||||
requests:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue