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