Metadata-Version: 2.4
Name: probe-tool
Version: 0.1.0
Summary: A comprehensive multi-OS penetration testing CLI for CTF and security learning
Author: Efe Borazan
License-Expression: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typer>=0.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: httpx[http2]>=0.25.0
Requires-Dist: dnspython>=2.4.0
Requires-Dist: cryptography>=41.0.0
Requires-Dist: PyJWT>=2.8.0
Requires-Dist: beautifulsoup4>=4.12.0
Requires-Dist: jinja2>=3.1.0
Requires-Dist: python-whois>=0.9.0
Requires-Dist: paramiko>=3.3.0
Provides-Extra: dev
Requires-Dist: pytest>=7.4.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23.0; extra == "dev"

# probe-tool

`probe` is a multi-module security testing CLI for CTF practice and authorized security learning.

## Install

```bash
pip install probe-tool
```

For local development:

```bash
pip install -e ".[dev]"
```

## Usage

```bash
probe --help
probe encode base64 "hello world"
probe hash identify "5f4dcc3b5aa765d61d8327deb882cf99"
probe network scan example.com --top 20
```

Only run scanning and brute-force commands against systems you own or have explicit permission to test.
