format update
parent
7cd79aba20
commit
46ddad5906
|
@ -1,24 +1,35 @@
|
||||||
id: squadcast-takeover
|
id: squadcast-takeover
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: squadcast takeover detection
|
name: Squadcast Takeover Detection
|
||||||
author: philippedelteil
|
author: philippedelteil
|
||||||
severity: medium
|
severity: high
|
||||||
tags: takeover
|
reference:
|
||||||
reference: https://github.com/EdOverflow/can-i-take-over-xyz/issues/398
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/398
|
||||||
requests:
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
tags: takeover,squadcast
|
||||||
|
|
||||||
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
redirects: true
|
redirects: true
|
||||||
max-redirects: 2
|
max-redirects: 2
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- Host != ip
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- 'There doesn’t seem to be an active status page associated with this URL.'
|
- 'There doesn’t seem to be an active status page associated with this URL.'
|
||||||
- 'Please check the URL and try again.'
|
- 'Please check the URL and try again.'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 404
|
- 404
|
||||||
|
|
Loading…
Reference in New Issue