Metadata-Version: 2.4
Name: TAutoPentest
Version: 2.1.3
Summary: AI-Powered Automated Penetration Testing Tool
Home-page: https://github.com/mostaghell/TAutoPentest
Author: D3F417
Author-email: info@tcommunity.pro
License: Proprietary
Project-URL: Bug Reports, https://github.com/mostaghell/TAutoPentest/issues
Project-URL: Source, https://github.com/mostaghell/TAutoPentest
Project-URL: Documentation, https://github.com/mostaghell/TAutoPentest/wiki
Keywords: penetration-testing security ai automation cybersecurity vulnerability-scanner
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Security
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama>=0.4.4
Requires-Dist: requests>=2.25.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# TAuto Pentest 🚀

**AI-Powered Automated Penetration Testing Tool**

---

## 📋 About

TAuto Pentest is an advanced, AI-powered automated penetration testing tool that combines the power of Nmap scanning with artificial intelligence analysis to provide comprehensive security assessments.

### 👥 Development Team
- **Organization:** Tehran Community Team
- **Developer:** D3F417
- **Website:** [tcommunity.pro](https://tcommunity.pro)
- **Telegram:** [https://t.me/tcommunityy](https://t.me/tcommunityy)
- **Version:** 2.1.2 (Beta)

---

## ✨ Features

- 🔍 **Automated Network Scanning** - Comprehensive Nmap-based reconnaissance
- 🤖 **AI-Powered Analysis** - Intelligent vulnerability detection using AI models
- 📊 **Detailed Reporting** - Professional penetration testing reports
- 🎨 **Beautiful UI** - Colorful and intuitive command-line interface
- ⚡ **Fast & Efficient** - Optimized scanning and analysis workflows
- 🔒 **Security Focused** - Built for authorized security testing

---

## 🛠️ Installation

### PyPI Installation (Recommended)
```bash
pip install TAutoPentest
```

**PyPI Package:** [https://pypi.org/project/TAutoPentest/](https://pypi.org/project/TAutoPentest/)

### System Requirements
- **Supported OS:** Kali Linux (Currently)
- **Future Support:** Windows and other Linux distributions (Coming in future updates)
- **Python:** 3.7+
- **Nmap:** Required for network scanning
- **Internet:** Required for AI analysis

### Install Nmap (Kali Linux)
```bash
sudo apt-get update
sudo apt-get install nmap
```

---

## 🚀 Usage

### Basic Usage
```bash
tautopentest <target_ip>
```

### Advanced Options
```bash
tautopentest <target_ip> --no-banner    # Skip banner display
tautopentest <target_ip> --verbose      # Verbose output
```

### Examples
```bash
# Scan a single IP
tautopentest 192.168.1.1

# Scan a domain
tautopentest example.com

# Scan with no banner
tautopentest 192.168.1.1 --no-banner
```

---

## 📊 Output

TAuto Pentest generates:
- **Console Output:** Real-time colored progress updates
- **Detailed Reports:** Comprehensive text-based reports
- **AI Analysis:** Intelligent vulnerability assessments
- **CVE Detection:** Automated security vulnerability identification

---

## ⚠️ Legal Disclaimer

**FOR EDUCATIONAL AND AUTHORIZED TESTING ONLY**

This tool is designed for:
- ✅ Authorized penetration testing
- ✅ Security research and education
- ✅ Testing your own systems
- ✅ Bug bounty programs (with permission)

**DO NOT USE FOR:**
- ❌ Unauthorized network scanning
- ❌ Illegal activities
- ❌ Systems you don't own or have permission to test

Users are responsible for complying with all applicable laws and regulations.

---

## 🤝 Contributing

We welcome contributions from the security community!

1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Submit a pull request

---

## 📞 Support

- **Website:** [tcommunity.pro](https://tcommunity.pro)
- **Telegram:** [https://t.me/tcommunityy](https://t.me/tcommunityy)
- **Developer:** D3F417
- **Organization:** Tehran Community Team

---

## 📄 License

This project is developed by Tehran Community Team for educational and authorized security testing purposes.

---

**Made with ❤️ by Tehran Community Team**
