Teamwork Takeover Detection
ID: teamwork-takeover
Severity: high
Author: pdteam
Tags: takeover,teamwork
Description
Section titled “Description”Teamwork takeover was detected.
YAML Source
Section titled “YAML Source”id: teamwork-takeover
info: name: Teamwork Takeover Detection author: pdteam severity: high description: Teamwork takeover was detected. metadata: max-request: 1 tags: takeover,teamwork
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: dsl dsl: - Host != ip
- type: word words: - "Oops - We didn't find your site."
extractors: - type: dsl dsl: - cname# digest: 4a0a00473045022026cbd67838caea09de977f8cc0754c3afc29748fb86d28383fcf38136f280daa022100f8344edfba4ab4fb832c49d4daac6da091a1f901abc9250e54df7c27ffcb45ac:922c64590222798bb761d5b6d8e72950Guide 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 "http/takeovers/teamwork-takeover.yaml"