Skip to content

proposify takeover detection

ID: proposify-takeover

Severity: high

Author: pdteam

Tags: takeover

proposify takeover was detected.

id: proposify-takeover
info:
name: proposify takeover detection
author: pdteam
severity: high
description: proposify 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:
- If you need immediate assistance, please contact <a href="mailto:[email protected]
extractors:
- type: dsl
dsl:
- cname
# digest: 4a0a00473045022100beec850ab563b595a9454ae980401464cf3b00ed4bfa940e44935a003187e28802206a2e9f9dc029e77c84ac660b1bff65e5f4f0cbe185c8ee4252bac7ff5b0822a5: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/proposify-takeover.yaml"

View on Github