Skip to content

SurveySparrow takeover detection

ID: surveysparrow-takeover

Severity: high

Author: philippedelteil

Tags: takeover,surveysparrow

SurveySparrow takeover was detected.

id: surveysparrow-takeover
info:
name: SurveySparrow takeover detection
author: philippedelteil
severity: high
description: SurveySparrow takeover was detected.
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/281
metadata:
max-request: 1
tags: takeover,surveysparrow
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
- "Account not found."
- "ouch!"
- "SurveySparrow"
condition: and
extractors:
- type: dsl
dsl:
- cname
# digest: 4a0a0047304502207cd4133df7275d0ca9a1023b58ee3749a496a1ef59e8c3c7cbf0786053a47670022100cdf33877adf9f08cf7e675eae2226cb4288a7fc0210e6db43c92d0aded6cc013: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/surveysparrow-takeover.yaml"

View on Github