Skip to content

Launchrock Takeover Detection

ID: launchrock-takeover

Severity: high

Author: pdteam

Tags: takeover

Launchrock takeover was detected.

id: launchrock-takeover
info:
name: Launchrock Takeover Detection
author: pdteam
severity: high
description: Launchrock takeover was detected.
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/74
metadata:
max-request: 1
tags: takeover
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
- It looks like you may have taken a wrong turn somewhere. Don't worry...it happens to all of us.
extractors:
- type: dsl
dsl:
- cname
# digest: 4a0a0047304502200bce85bac0541536f930a3a55e177d18ac70083db743339dc1dcba7f4e9c432c022100c688ff516b723e6974be9663c56fbaa30724a9c7bf091db5d2b9b398e57a41b5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/takeovers/launchrock-takeover.yaml"

View on Github