Metadata-Version: 2.4
Name: confusehunter
Version: 1.0.1
Summary: Production-grade multi-language CLI security tool for detecting dependency confusion.
Author: chinnuy93
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: click
Requires-Dist: rich
Requires-Dist: toml
Requires-Dist: pyyaml
Requires-Dist: pyfiglet
Dynamic: requires-python

# ConfuseHunter

Dependency Confusion Scanner  
Developer: **chinnuy93**

---

## What is ConfuseHunter?

ConfuseHunter is a production-grade dependency confusion vulnerability scanner built for security researchers and bug bounty hunters. It detects packages vulnerable to dependency confusion attacks across multiple ecosystems, generates proof-of-concept packages with modular payloads, and produces detailed reports — all from a single CLI.

---

## Installation

```bash
pip install confusehunter
```

---

## Quick Start

```bash
# Interactive mode – guided step-by-step workflow
confusehunter scan https://github.com/target/repo
```


