# Tenda CX12L Multi-CVE Exploit Kit (CVE-2026-11503, CVE-2026-11504)
# Military-grade requirements

## Core Networking & HTTP
requests>=2.32.0              # HTTP/HTTPS client with session management
urllib3>=2.2.0                # Advanced HTTP handling, connection pooling
aiohttp>=3.9.0                # Async HTTP for high-performance scanning

## Binary Exploitation
pwntools>=4.11.0              # ROP chain construction, shellcode generation
capstone>=5.0.1               # Disassembly framework for gadget finding
ropper>=1.13.4                # ROP gadget finder and chain builder

## Network Discovery
scapy>=2.5.0                  # ARP scanning, network discovery

## Concurrency & Performance
asyncio-throttle>=1.0.0       # Rate limiting for stealth operations
concurrent-futures>=3.1.0     # Thread/process pool management

## Encoding / Crypto / Payloads
pycryptodome>=3.21.0          # AES, RSA, HMAC for payload encryption
structlog>=24.1.0             # Structured logging

## 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

## 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
