Skip to content

wufoo takeover detection

ID: wufoo-takeover

Severity: high

Author: pdteam

Tags: takeover

wufoo takeover was detected.

id: wufoo-takeover
info:
name: wufoo takeover detection
author: pdteam
severity: high
description: wufoo takeover was detected.
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz
metadata:
max-request: 1
tags: takeover
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
- Profile not found
- Hmmm....something is not right.
condition: and
extractors:
- type: dsl
dsl:
- cname
# digest: 4a0a00473045022100ff5a5465625901c0114d9449ab8da16b18b97464bf583b28f6dcb287fe214d6b02200b1a6db9b3686a0100f3436739c46e0f6f38d5625751aca080271f947dea1e1c: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/wufoo-takeover.yaml"

View on Github