Releases: mohdh34m/TraceNinja
v1.1.1
📦 traceNinja v0.2.1 - Release Notes
🛠 Fixes
Version Synchronization:
- Resolved an issue where the version number on PyPI did not match the version number on GitHub.
- Ensured consistency between both platforms to avoid confusion and ensure users have the correct version information.
ℹ️ Notes
- This fix ensures that users downloading traceNinja from PyPI will have the correct version that matches the GitHub repository release, providing clarity and reducing the potential for version-related issues.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
📦 TraceNinja v1.1.0 - Release Notes
🚀 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: v1.0.4...v1.1.0
v1.0.4
📦 TraceNinja v1.0.4 - Release Notes
🚀 New Features
- Added a new feature to easily save results in a txt file
📚 How to Use
Run the tool with the new -o flag.
TraceNinja -d example.com -o filename.txt
Full Changelog: v1.0.3...v1.0.4
v1.0.3
📦 TraceNinja v1.0.3 - Release Notes
🚀 New Features
Version Check and Auto-Update:
-
Added a new feature to automatically check for the latest version of TraceNinja.
-
Users are prompted to update the package directly from the command line, making it easier to stay up-to-date with the latest improvements.
-
The auto-update feature ensures a seamless experience with minimal manual intervention.
🛠 Improvements
The new version check and update mechanism simplifies the process of keeping your TraceNinja updated.
📚 How to Use
On launching traceNinja, the tool will now automatically check for new versions.
If a newer version is available, you will be prompted with the option to update immediately.
Full Changelog: v1.0.2...v1.0.3