nuclei-templates/profiles/subdomain-takeovers.yml

18 lines
739 B
YAML
Raw Normal View History

2024-05-30 19:36:53 +00:00
# Nuclei Configuration Profile for Subdomain Takeover Detection
#
# This configuration file is specifically tailored for detecting subdomain takeovers using Nuclei.
#
# Purpose:
# This profile is focused on identifying subdomain takeover vulnerabilities across different cloud service providers.
# Subdomain takeovers can occur when a DNS entry points to a deprovisioned or unclaimed cloud resource, potentially
# allowing an attacker to claim the resource and hijack the subdomain.
#
# Running this profile
# You can run this profile using the following command :
# nuclei -profile subdomain-takeovers -u https://www.example.com
2024-04-27 21:16:28 +00:00
templates:
- http/takeovers/
- dns/azure-takeover-detection.yaml
- dns/elasticbeanstalk-takeover.yaml