/
manokuzCS
/
Web_Scanner_SQL_XSS_CSRF
Обзор
Документация
Войти
/
manokuzCS
/
Web_Scanner_SQL_XSS_CSRF
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
requirements.txt
48 строк
825 B
Manokuz
28.10.2025
28 окт 2025, 18:06
28 окт 2025, 18:06
63626b1
Код
Авторство
О чём код?
# GUI Framework PyQt5>=5.15.0,<6.0.0 PyQtChart qasync>=0.22.0 # Web Scraping and HTTP aiohttp>=3.8.0,<4.0.0 requests>=2.28.0,<3.0.0 beautifulsoup4>=4.11.0,<5.0.0 # lxml уже установлен # Security and Authentication bcrypt>=4.0.0,<5.0.0 cryptography>=3.4.0,<45.0.0 pyotp>=2.8.0,<3.0.0 # Image Processing # Pillow уже установлен # PDF Generation reportlab>=3.6.0,<5.0.0 fpdf>=1.7.2,<2.0.0 # Data Visualization matplotlib>=3.5.0,<4.0.0 # System Monitoring psutil>=5.9.0,<7.0.0 # Time and Date pytz>=2022.1 # Packaging PyInstaller>=5.0.0 # Development and Testing (optional) # pytest>=7.0.0 # pytest-asyncio>=0.21.0 # black>=22.0.0 # flake8>=5.0.0 # Additional dependencies for better error handling typing-extensions>=4.0.0 python-dotenv>=0.19.0 cachetools>=5.0.0 bandit>=1.7.0 attrs>=21.0.0