đ New Features
- Multiple Domain Processing: Users can now enumerate subdomains for multiple domains in a single run by providing a file containing a list of domains.
Usage: TraceNinja -l domains.txt -o output.txt
đ Improvements
- **Version Checker: The version comparison system has been updated to accurately compare the installed version with the latest available version on PyPI.**
- **Code Refactoring: The main script has been refactored for improved readability, efficiency, and maintainability.**
- **Unified Output: When processing multiple domains, all discovered subdomains are now consolidated into a single output file for easier analysis.**
đ Bug Fixes
- đ§ Fixed an issue where the version checker did not correctly identify available updates.
đ How to Use
- Single domain enumeration remains unchanged: TraceNinja -d example.com -o output.txt
- For multiple domains, TraceNinja -l domains.txt -o output.txt
**Full Changelog**: https://github.com/mohdh34m/TraceNinja/compare/v1.0.4...v1.1.0