# CVE-2026-35273 Exploit Kit - Python Dependencies
# Military-grade exploit infrastructure requirements
# Install: pip install -r requirements.txt

## Core Networking & HTTP
cryptography>=42.0.0          # Cryptographic primitives, ciphers, TLS analysis
requests>=2.32.0              # HTTP/HTTPS client with session management
urllib3>=2.2.0                # Advanced HTTP handling, connection pooling
paramiko>=3.4.0               # SSH/SCP for post-exploitation access
impacket>=0.12.0              # SMB/MSRPC/WMI protocol stack for lateral movement

## Data Processing & Serialization
lxml>=5.2.0                   # XML/XPath/HTML parsing for PeopleSoft responses
beautifulsoup4>=4.12.0        # HTML DOM parsing and extraction
packaging>=24.0               # Version parsing, constraint evaluation

## Concurrency & Async Performance
aiohttp>=3.9.0                 # Async HTTP for high-performance scanning
asyncio-throttle>=1.0.0        # Rate limiting for stealth operations
concurrent-futures>=3.1.0      # Thread/process pool management (stdlib in py3.12+)

## Encoding / Crypto / Payloads
pycryptodome>=3.21.0           # AES, RSA, HMAC for payload encryption
python-jose>=3.3.0             # JWT/JWS parsing token validation bypasses
base36>=0.1.2                  # Encoding/decoding utilities

## Logging & CLI Enhancements
colorama>=0.4.6                # Cross-platform colored terminal output
tqdm>=4.66.0                   # Progress bars for batch operations
rich>=13.7.0                   # Rich terminal UI rendering, panels, tables
click>=8.1.0                   # CLI argument parsing, command groups
yaml>=0.2.5                    # YAML configuration parsing

## Utilities
ipaddress>=1.0.23              # Network range calculations, CIDR parsing
netaddr>=1.2.0                 # IP/network utilities
validators>=0.22.0              # URL/IP/Domain validation
regipy>=4.1.0                  # Windows registry access for post-exploitation
pefile>=2024.8.0                # PE file analysis for payload engineering
