Skip to content

Worksite Takeover Workflow

ID: worksite-takeover-workflow

Severity: “

Author: pdteam

Tags:

A simple workflow that runs DNS based detection to filter hosts running Worksite and do further HTTP based check to confirm takeover.

id: worksite-takeover-workflow
info:
name: Worksite Takeover Workflow
author: pdteam
description: A simple workflow that runs DNS based detection to filter hosts running Worksite and do further HTTP based check to confirm takeover.
reference: https://blog.melbadry9.xyz/dangling-dns/xyz-services/ddns-worksites
workflows:
- template: dns/worksites-detection.yaml
subtemplates:
- template: http/takeovers/worksites-takeover.yaml

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 "workflows/worksite-takeover-workflow.yaml"

View on Github