Subdominator

Latest version: v2.1.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.0.5

We are excited to announce the latest release of Subdominator v1.0.5, packed with new features, bug fixes, and improvements. Subdominator is now more powerful, versatile, and easier to use than ever before.

**What's New:**

- **Shodan and Hunter:** Subdominator now supports Shodan and HunterHow API service, expanding the range of tools available for subdomain enumeration and analysis. Harness the power of Redhunt alongside other APIs for comprehensive domain reconnaissance.

- **Increased Concurrency:** We've optimized Subdominator for faster subdomain enumeration. With increased concurrency, you can discover subdomains more efficiently, making your penetration testing workflows even smoother.

- **Bug Fixes and Logical Improvements:** We've squashed pesky bugs and refined the logic under the hood. Subdominator is now more reliable and accurate, ensuring you get the results you need.

- **Improved Recursion for Unique Wildcards:** Subdominator's recursion algorithm for unique wildcards has been enhanced. Discover even more hidden subdomains with our improved recursive scanning.

- **Python Package:** Subdominator is now available as a Python package! Installing and upgrading Subdominator is a breeze on any operating system. Run Subdominator anywhere, anytime, without hassle.

**About the Author:**

Hi Im [D.Sanjai Kumar](https://www.linkedin.com/in/d-sanjai-kumar-109a7227b/) the developer for Subdominator and Im a web pentester and an API penetration tester and open source tool developer
if you have any issues related to subdominator please submit an issues. Thank you!
**Getting Started:**

To get started with Subdominator v1.0.4, simply visit the official GitHub repository: [Subdominator GitHub Repo](https://github.com/sanjai-AK47/Subdominator)

**How to Install:**

Method 1

bash
pip install subdominator
subdominator -h

copy the configuration yaml file from github if you are new user to subdominator
Dont worry if any installation failed and there is another method is there for you guys or you run the subdominator script as previous version!

bash
git clone https://github.com/sanjai-AK47/Subdominator.git
pip install .
subdominator -h

After a successfull installtions configure your yaml file you can simply see [here](https://github.com/sanjai-AK47/Subdominator) how to
add new integration in the config_keys.yaml with my Instructions and some changes also done is services like Censys,Zoomeye-auth,Dnsdumpster and etc.. which breaks the limitations of api keys of Subdominator which makes it better than previous versions


Thank you for using Subdominator, and happy hacking! 🚀

---

1.0.4

We are excited to announce the latest release of Subdominator v1.0.4, packed with new features, bug fixes, and improvements. Subdominator is now more powerful, versatile, and easier to use than ever before.

**What's New:**

- **Redhunt API Integration:** Subdominator now supports Redhunt API service, expanding the range of tools available for subdomain enumeration and analysis. Harness the power of Redhunt alongside other APIs for comprehensive domain reconnaissance.

- **Increased Concurrency:** We've optimized Subdominator for faster subdomain enumeration. With increased concurrency, you can discover subdomains more efficiently, making your penetration testing workflows even smoother.

- **Bug Fixes and Logical Improvements:** We've squashed pesky bugs and refined the logic under the hood. Subdominator is now more reliable and accurate, ensuring you get the results you need.

- **Improved Recursion for Unique Wildcards:** Subdominator's recursion algorithm for unique wildcards has been enhanced. Discover even more hidden subdomains with our improved recursive scanning.

- **Python Package:** Subdominator is now available as a Python package! Installing and upgrading Subdominator is a breeze on any operating system. Run Subdominator anywhere, anytime, without hassle.

**About the Author:**

Hi Im D.Sanjai Kumar the developer for Subdominator and Im a web pentester and an API penetration tester and open source tool developer
if you have any issues related to subdominator please submit an issues. Thank you!
**Getting Started:**

To get started with Subdominator v1.0.4, simply visit the official GitHub repository: [Subdominator GitHub Repo](https://github.com/sanjai-AK47/Subdominator)

**How to Install:**

Method 1

bash
git clone https://github.com/sanjai-AK47/Subdominator.git
pip install subdominator
subdominator -h

Dont worry if any installation failed and there is another method is there for you guys or you run the subdominator script as previous version!

bash
git clone https://github.com/sanjai-AK47/Subdominator.git
pip install .
subdominator -h

After a successfull installtions configure your yaml file you can simply see [here](https://github.com/sanjai-AK47/Subdominator) how to
add new integration in the config_keys.yaml with my Instructions and some changes also done is services like Censys,Zoomeye-auth,Dnsdumpster and etc.. which breaks the limitations of api keys of Subdominator which makes it better than previous versions


Thank you for using Subdominator, and happy hacking! 🚀

---

.

1.0.3

- `-d DOMAIN` or `--domain DOMAIN`: Specify a single domain to find subdomains.
- `-dL DOMAINS_LIST` or `--domains-list DOMAINS_LIST`: Provide a file containing a list of domains to find subdomains for multiple domains.
- `-nt` or `--notify`: Enable push notifications to stay updated on scan progress.
- `-r` or `--recursive`: Activate recursive enumeration for wildcards.
- `-cf` or `--config`: Use the configured API keys from the YAML file.
- `-o OUTPUT` or `--output OUTPUT`: Specify the output filename to save the results.

Upgrade Now:

Don't miss out on the enhanced capabilities of Subdominator V1.0.3. Upgrade now and take advantage of these new features to improve your subdomain enumeration workflow.

Thank you for using Subdominator, and happy hacking! 🚀

---

Feel free to customize and expand this release note to suit your needs.

1.0.1

We are excited to announce the release of Subdominator v1.0.1! This version brings significant enhancements to subdomain enumeration, including integration with more API keys that are available for free. With these additional API keys, Subdominator can now discover even more subdomains, expanding your reconnaissance capabilities.

What's New

- **More API Keys**: In this release, we have integrated additional API keys that are freely available, enabling Subdominator to access a wider range of data sources. This means more comprehensive subdomain enumeration and increased coverage of your target domains.

- **Linux Executable**: We have introduced a new Linux executable file that allows you to run Subdominator without requiring Python to be installed. Simply execute the Linux binary, and Subdominator will automatically detect and load the `config_keys.yaml` file for seamless subdomain enumeration.

- **Enhanced Usability**: Subdominator now offers improved usability by allowing users to run the Python script (`subdominator.py`) or the Linux executable (`subdominator`) from any directory. The tool will automatically locate and utilize the `config_keys.yaml` file, simplifying the setup process.

Getting Started

To get started with Subdominator v1.0.1, follow these steps:

1. **Download the Release**: Visit the [Releases](https://github.com/sanjai-AK47/Subdominator/releases) page and download the latest release (`SubdominatorV1.0.1.zip`).

2. **Extract Files**: Extract the downloaded ZIP file to your desired location.

3. **Run Subdominator**:

- **Python Script**: If you prefer to run the Python script, navigate to the extracted directory and execute the following command:

bash
python subdominator.py --help


- **Linux Executable**: If you prefer to use the Linux executable, navigate to the extracted directory and execute the following command:

bash
./subdominator --help


4. **Automatic Configuration**: Subdominator will automatically detect and load the `config_keys.yaml` file located in the same directory. Ensure that you have added your API keys to the `config_keys.yaml` file for seamless subdomain enumeration.

Upgrade Notes

- If you are upgrading from a previous version of Subdominator, simply replace the existing files with those from the new release.

Feedback and Contributions

We value your feedback and contributions to Subdominator. If you encounter any issues, have suggestions for improvements, or want to contribute, please open an [issue](https://github.com/sanjai-AK47/Subdominator/issues) or [pull request](https://github.com/sanjai-AK47/Subdominator/pulls) on GitHub.

Thank you for choosing Subdominator for your subdomain enumeration needs. Happy hacking!

- The Subdominator Creator

1.0.0

Passive subdomain enumeration using popular APIs like VirusTotal, DnsDump, and SecurityTrails.

DNS data extraction and subdomain enumeration with WhoisXML and RapidAPI integration.

Improved performance and enhanced stability.

Stay tuned for future updates as we continue to enhance Subdominator with even more powerful features and improvements. Happy bug hunting!

If any Bug or Errors in <a href="https://github.com/sanjai-AK47/Subdominator">Subdominator</a> you can inform us!

Follow us on GitHub for the latest updates and bug fixes: <a href="https://github.com/sanjai-AK47/Subdominator">Subdominator</a>

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.