format update

patch-2
Dhiyaneshwaran 2024-05-04 12:19:41 +05:30 committed by GitHub
parent 7cd79aba20
commit 46ddad5906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 5 deletions

View File

@ -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 doesnt seem to be an active status page associated with this URL.'
- 'Please check the URL and try again.'
condition: and
- type: status
status:
- 404