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 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 doesnt seem to be an active status page associated with this URL.' - 'There doesnt 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