Metadata-Version: 2.1
Name: TraceNinja
Version: 1.0.4
Summary: 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.
Home-page: https://github.com/mohdh34m/TraceNinja
Author: Mohamed
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-metadata==8.4.0
Requires-Dist: packaging==24.1
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: Requests==2.32.3
Requires-Dist: rich==13.8.0
Requires-Dist: setuptools==69.2.0

<div align="center">
  <img src="https://i.postimg.cc/5tNbFcTx/banner.png" alt="traceNinja Logo"/>
  <p>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.</p>

  ![GitHub License](https://img.shields.io/github/license/mohdh34m/TraceNinja?style=for-the-badge&logo=python&logoColor=00ffff&color=00ffff)
  ![PyPI - Version](https://img.shields.io/pypi/v/TraceNinja?style=for-the-badge&logo=python&logoColor=00ffff&color=00ffff)
  ![PyPI - Downloads](https://img.shields.io/pypi/dm/TraceNinja?style=for-the-badge&logo=python&logoColor=00ffff&color=00ffff)
  ![star](https://custom-icon-badges.demolab.com/github/stars/mohdh34m/TraceNinja?style=for-the-badge&logo=star&logoColor=00ffff&color=00ffff)
</div>

---

## 🚀 Features

- 🌐 **Cross-Platform**
- 🔍 **Real-time**
- ⚡ **Fast and efficient**
- 🛠️ **Easy**

## 🖥️ Installation

To get started with `traceNinja`, you can install it via pip:

```bash
pip install TraceNinja
```
Alternatively, clone the repository and install it manually:
```bash
git clone https://github.com/mohdh34m/TraceNinja.git
cd TraceNinja
pip install -r requirements.txt
```
## 📖 Usage

Here’s a quick example of how to use traceNinja:
```bash
TraceNinja -d example.com
```
For a complete list of options, run:
```bash
TraceNinja -h
```

## 🤝 Contributing

Contributions are welcome! Please check out the contributing guidelines to get started.

1. **Fork the repository.**
2. **Create your feature branch: git checkout -b feature/YourFeature.**
3. **Commit your changes: git commit -m 'Add YourFeature'.**
4. **Push to the branch: git push origin feature/YourFeature.**
5. **Open a pull request.**

## 💖 Support
If you find this project useful, please consider supporting its development:

- **⭐️ Star this repository**


[![Sponsor with Github](https://custom-icon-badges.demolab.com/badge/-Sponsor-ea4aaa?style=for-the-badge&logo=heart&logoColor=white)](https://github.com/sponsors/mohdh34m "Sponsor me on GitHub")
[![Buy me a coffee](https://custom-icon-badges.demolab.com/badge/-Buy_me_a_coffee-FF5E5B?style=for-the-badge&logo=kofi&logoColor=white&color=00ffff)](https://ko-fi.com/mohdh34m "Buy me a coffee")

## 📄 License
**TraceNinja** is released under the [MIT License](https://github.com/mohdh34m/MDenum/tree/master?tab=MIT-1-ov-file).




