Worksite Takeover Workflow
ID: worksite-takeover-workflow
Severity: “
Author: pdteam
Tags:
Description
Section titled “Description”A simple workflow that runs DNS based detection to filter hosts running Worksite and do further HTTP based check to confirm takeover.
YAML Source
Section titled “YAML Source”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-worksitesworkflows: - template: dns/worksites-detection.yaml subtemplates: - template: http/takeovers/worksites-takeover.yamlGuide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "workflows/worksite-takeover-workflow.yaml"