Fix all 47 bugs — hardened attack engine, UI/UX, proxy, CAPTCHA, config

This commit is contained in:
Dr Jones
2026-05-22 18:21:27 -07:00
parent 1152a937f7
commit bef3de1245
25 changed files with 868 additions and 150 deletions

View File

@@ -2,7 +2,7 @@
customtkinter>=5.2.0
Pillow>=10.0.0
# GPU Acceleration
# GPU Acceleration (optional — remove if no CUDA GPU)
cupy-cuda12x>=13.0.0
numba>=0.59.0
@@ -13,8 +13,9 @@ aiohttp-socks>=0.8.0
# Data Processing
numpy>=1.26.0
pandas>=2.1.0
# pandas — removed (not used by any module)
# colorama — removed (not used)
# python-dotenv — removed (not used)
# Utilities
colorama>=0.4.6
python-dotenv>=1.0.0
# Browser automation (optional — install manually if CAPTCHA browser mode needed)
# playwright>=1.40.0 (run: playwright install chromium after pip install)