Metadata-Version: 2.4
Name: bbounty
Version: 0.1.1
Summary: bug bounty CLI: recon + 20+ rule-based vulnerability checks + Markdown/JSON reports.
Author: bbounty contributors
License: MIT
Keywords: bug-bounty,security,recon,scanner,pentest
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.27
Requires-Dist: rich>=13.7
Requires-Dist: typer>=0.12
Requires-Dist: pydantic>=2.6
Requires-Dist: dnspython>=2.5
Requires-Dist: aiohttp>=3.9
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Dynamic: license-file

# bbounty

A bug bounty and reconnaissance CLI focused on automated asset discovery, vulnerability checks, reporting, and workflow automation.

## Features

- Subdomain enumeration
- URL and parameter discovery
- JavaScript and endpoint collection
- Port and technology detection
- Vulnerability checks and findings aggregation
- JSON and Markdown reporting
- CI/CD friendly execution

## Installation

```bash
pip install bbounty
```

## Usage

```bash
bbounty scan example.com
```

Generate a report:

```bash
bbounty report findings.json
```

## Disclaimer

Use only on systems and assets that you are authorized to assess.
