Metadata-Version: 2.4
Name: archivehunter
Version: 1.1.0
Summary: Deep archive intelligence for security researchers — Phase 1: Deep Level One
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1
Requires-Dist: rich>=13.0
Requires-Dist: requests>=2.31
Requires-Dist: beautifulsoup4>=4.12
Requires-Dist: lxml>=4.9
Requires-Dist: streamlit>=1.28
Requires-Dist: plotly>=5.17
Requires-Dist: pandas>=2.0
Requires-Dist: dnspython>=2.4
Provides-Extra: validation
Requires-Dist: boto3>=1.29; extra == "validation"
Requires-Dist: botocore>=1.32; extra == "validation"
Provides-Extra: dev
Requires-Dist: pytest>=7.4; extra == "dev"
Requires-Dist: pytest-cov>=4.1; extra == "dev"
Requires-Dist: responses>=0.24; extra == "dev"
Provides-Extra: all
Requires-Dist: archivehunter[validation]; extra == "all"
Dynamic: license-file

# 🏹 ArchiveHunter

**Deep archive intelligence for security researchers**

[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Phase: Deep Level One](https://img.shields.io/badge/phase-Deep%20Level%20One-purple.svg)]()

## What is ArchiveHunter?

ArchiveHunter mines internet archives (Wayback Machine, CommonCrawl, URLScan, and more) to reconstruct an organization's **complete digital history** — discovering forgotten subdomains, leaked credentials, removed endpoints, technology stack changes, and security vulnerabilities that have been publicly exposed for years.

## 🚀 Quick Start

```bash
# Install
pip install archivehunter

# Quick scan
archivehunter scan example.com

# Find secrets
archivehunter secrets example.com --since 2018

# Discover subdomains
archivehunter subdomains example.com

# Launch web dashboard
archivehunter-web
