TraceNinja is a subdomain enumeration tool for Python that allows you to enumerate domains and gather information about them. And much much more on the future ^_^. It's currently under development.
- 🌐 Cross-Platform
- 🔍 Real-time
- ⚡ Fast and efficient
- 🛠️ Easy
To get started with traceNinja
, you can install it via pip:
pip install TraceNinja
Alternatively, clone the repository and install it manually:
git clone https://github.com/mohdh34m/TraceNinja.git
cd TraceNinja
pip install -r requirements.txt
Here’s a quick example of how to use traceNinja:
TraceNinja -d example.com
For a complete list of options, run:
TraceNinja -h
Contributions are welcome! Please check out the contributing guidelines to get started.
- Fork the repository.
- Create your feature branch: git checkout -b feature/YourFeature.
- Commit your changes: git commit -m 'Add YourFeature'.
- Push to the branch: git push origin feature/YourFeature.
- Open a pull request.
If you find this project useful, please consider supporting its development:
- ⭐️ Star this repository
TraceNinja is released under the MIT License.