Metadata-Version: 2.3
Name: iotsploit-cli
Version: 0.0.6
Summary: IoTSploit CLI shell (console + command modules) - IoT security testing interactive interface
License: GPL-3.0-or-later
Keywords: iot,security,testing,pentest,cli,shell
Author: IoTSploit Team
Author-email: support@iotsploit.org
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: System :: Hardware
Requires-Dist: cmd2 (>=2.4,<3.0)
Requires-Dist: iotsploit-core (>=0.0.6,<0.0.7)
Requires-Dist: iotsploit-django (>=0.0.6,<0.0.7)
Requires-Dist: iotsploit-drivers (>=0.0.6,<0.0.7)
Requires-Dist: iotsploit-exploits (>=0.0.6,<0.0.7)
Requires-Dist: iotsploit-mcp (>=0.0.6,<0.0.7)
Requires-Dist: pwntools (>=4.12,<5.0)
Project-URL: Documentation, https://www.iotsploit.org/
Project-URL: Homepage, https://www.iotsploit.org/
Project-URL: Repository, https://github.com/TKXB/iotsploit
Description-Content-Type: text/markdown

# iotsploit-cli

IoTSploit interactive CLI shell for IoT security testing.

## Overview

This package provides the `iotsploit` command-line shell built on top of `cmd2`.
It bundles the core console loop (`console.py`) and all command modules
(`commands/`) that implement device management, plugin execution, target
management, network operations, and more.

## Installation

```bash
pip install iotsploit-cli
```

## Usage

```bash
iotsploit
```

Or with the Django server started immediately:

```bash
iotsploit --runserver
```

## License

GPL-3.0-or-later. See [LICENSE](../LICENSE) for details.
For commercial use, contact wang3919379@gmail.com.

