Skip to content

Commit

Permalink
Merge pull request #9698 from pdelteil/patch-178
Browse files Browse the repository at this point in the history
Create squadcast-takeover.yaml
  • Loading branch information
pussycat0x committed May 6, 2024
2 parents bf61ae8 + 46ddad5 commit 9eb385e
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions http/takeovers/squadcast-takeover.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
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

0 comments on commit 9eb385e

Please sign in to comment.