SkillAgentSearch skills...

Subowner

SubOwner - A Simple tool check for subdomain takeovers.

Install / Use

/learn @ifconfig-me/Subowner
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

subowner

SubOwner - A Simple tool check for subdomain takeovers. This tool is designed to check for subdomain takeovers by resolving the CNAME records and verifying them against known vulnerable services. If a subdomain is found to be vulnerable, it saves the vulnerable URL in a file.

Disclaimer

[!WARNING]
This tool is intended only for educational purposes and for testing in authorized environments. https://twitter.com/nav1n0x/ and https://github.com/ifconfig-me take no responsibility for the misuse of this code. Use it at your own risk. Do not attack a target you don't have permission to engage with. This tool uses the publicly released payloads and methods.

image

Features

  • Supports multiple services for takeover (AWS S3, GitHub Pages, Heroku, Shopify, etc.).
  • Performs CNAME resolution and service-specific checks.
  • Outputs vulnerable subdomains to a file.
  • use the liste without schema (no http:// or https://)

Upadte - 17/10/2024

Modifications:

  1. Updated the script with ThreadPoolExecutor to process subdomains concurrently.
  2. The -t or --threads argument added to specify how many threads should be used.
  3. Each subdomain is processed in a separate thread.

This script will now check subdomains faster by utilizing multiple threads. You can adjust the number of threads via the -t argument.

View on GitHub
GitHub Stars116
CategoryDevelopment
Updated1mo ago
Forks30

Languages

Python

Security Score

80/100

Audited on Jan 29, 2026

No findings