Metadata-Version: 2.4
Name: deepstrike-ai
Version: 2.2.1
Summary: AI-assisted cybersecurity research & authorized penetration-testing framework
Home-page: https://github.com/yourusername/deepstrike-ai
Author: DeepStrike Team
Author-email: DeepStrike Team <hackura@keemail.me>
Maintainer-email: DeepStrike Team <hackura@keemail.me>
Project-URL: Homepage, https://github.com/hackura/deepstrike-ai
Project-URL: Repository, https://github.com/hackura/deepstrike-ai.git
Project-URL: Issues, https://github.com/hackura/deepstrike-ai/issues
Keywords: cybersecurity,security-testing,penetration-testing,ai,research,privacy
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Topic :: Security
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.1
Requires-Dist: rich>=13.0
Requires-Dist: requests>=2.31.0
Requires-Dist: python-dotenv>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Requires-Dist: pre-commit>=3.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Provides-Extra: html
Requires-Dist: lxml>=4.9.0; extra == "html"
Provides-Extra: ai
Requires-Dist: httpx; extra == "ai"
Requires-Dist: google-generativeai; extra == "ai"
Requires-Dist: openai; extra == "ai"
Provides-Extra: crypto
Requires-Dist: mnemonic; extra == "crypto"
Requires-Dist: eth-account; extra == "crypto"
Provides-Extra: scraper
Requires-Dist: aiohttp; extra == "scraper"
Requires-Dist: beautifulsoup4; extra == "scraper"
Requires-Dist: requests; extra == "scraper"
Provides-Extra: tor
Requires-Dist: pysocks; extra == "tor"
Requires-Dist: stem; extra == "tor"
Provides-Extra: all
Requires-Dist: httpx; extra == "all"
Requires-Dist: google-generativeai; extra == "all"
Requires-Dist: openai; extra == "all"
Requires-Dist: mnemonic; extra == "all"
Requires-Dist: eth-account; extra == "all"
Requires-Dist: aiohttp; extra == "all"
Requires-Dist: beautifulsoup4; extra == "all"
Requires-Dist: requests; extra == "all"
Requires-Dist: pysocks; extra == "all"
Requires-Dist: stem; extra == "all"
Provides-Extra: termux
Requires-Dist: requests>=2.31.0; extra == "termux"
Requires-Dist: rich>=13.0; extra == "termux"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# DEEPSTRIKE AI

<p align="center">
  <img src="assets/logo.png" width="160" />
</p>

<p align="center">
  <strong>AI‑Assisted Cybersecurity Research & Authorized Penetration‑Testing Framework</strong><br/>
  Educational • Research • Contract‑Based • Legal‑Only Use
</p>

<p align="center">
  <img src="https://img.shields.io/pypi/v/deepstrike-ai?style=flat-square" />
  <img src="https://img.shields.io/pypi/pyversions/deepstrike-ai?style=flat-square" />
  <img src="https://img.shields.io/pypi/license/deepstrike-ai?style=flat-square" />
</p>

---

## Overview

**DEEPSTRIKE AI** is a modular, AI‑assisted framework designed for **cybersecurity education, defensive research, and authorized penetration testing**. It provides a structured command‑line interface, extensible modules, and optional AI assistance to support **ethical and consent‑based security assessments**.

> ⚠️ **Important Notice**  
> DEEPSTRIKE AI must be used **only** on systems you own or where you have **explicit written authorization**. Any unauthorized use is strictly prohibited.

---

## Key Features

- Interactive command‑line interface with guided workflows
- Multi‑provider AI support (configurable)
- Modular and extensible architecture
- Optional privacy‑aware routing for research
- Cross‑platform support (Linux, macOS, Termux)
- Designed for offline‑friendly operation

---

## Installation

Install from PyPI:

```bash
pip install deepstrike-ai
```

Launch the interactive interface:

```bash
deepstrike menu
```

---

## Basic Usage

```bash
deepstrike --help
```

```bash
deepstrike menu
```

The interactive menu provides access to authorized research workflows and utilities.

---

## Ethics & Legal Use

- Use only on assets you own or are authorized to test
- Follow responsible disclosure practices
- Comply with local and international cybersecurity laws
- Disable modules outside your permitted scope

---

## Support

- 🐞 **Issue Tracker**: GitHub Issues
- 📖 **Documentation**: Project repository
- 📧 **Contact**: hackura@keemail.com

---

## License

MIT License — Commercial use permitted.

---

## Disclaimer

This software is provided for **educational and authorized security research purposes only**. The authors and maintainers assume **no liability** for misuse.

---

**DEEPSTRIKE AI** — Professional tooling for ethical cybersecurity research
