Metadata-Version: 2.4
Name: kageScope
Version: 2.0.1
Summary: Passive, scope-safe recon tool (subdomains, live probe, API checks, JS leaks, critical ports, tech detect)
Author: realkage
License: MIT
Keywords: bugbounty,recon,security,osint,pentest
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# kageScope

Minimal, scope-safe reconnaissance automation tool for bug bounty and security research.

`kageScope`, gürültüyü minimumda tutarak bir hedef alan (scope) üzerinde **hızlı ve anlamlı recon çıktıları** üretmek için tasarlanmıştır.  
Amaç: **neye bakacağını bilmeni sağlamak**, her şeyi değil doğru şeyi göstermek.

---

## Features

- Subdomain discovery using `subfinder` and `assetfinder`
- Live host detection with HTTP status visibility  
  *(200 / 301 / 302 / 401 / 403)*
- API endpoint checks on predefined paths
- JavaScript file analysis for potential leaks
- Critical port scanning only (low-noise)
- Fast technology detection
- Clean, per-domain output structure
- Interactive UI or silent CLI mode

---

## Installation

### Recommended (isolated & clean)
```bash
pipx install kagescope
