Initial commit: Werkzeuge-Sammlung

Enthält:
- rdp_client.py: RDP Client mit GUI und Monitor-Auswahl
- rdp.sh: Bash-basierter RDP Client
- teamleader_test/: Network Scanner Fullstack-App
- teamleader_test2/: Network Mapper CLI

Subdirectories mit eigenem Repo wurden ausgeschlossen.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
root
2026-01-28 09:39:24 +01:00
commit cb073786b3
112 changed files with 23543 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# Core Framework
fastapi==0.109.0
uvicorn[standard]==0.27.0
pydantic==2.5.3
pydantic-settings==2.1.0
# Database
sqlalchemy==2.0.25
alembic==1.13.1
# Network Scanning
python-nmap==0.7.1
# Async Support
aiofiles==23.2.1
asyncio-mqtt==0.16.1
# WebSocket Support
websockets==12.0
python-multipart==0.0.6
# Utilities
python-dotenv==1.0.0
typing-extensions==4.9.0
# Logging
structlog==24.1.0
# Additional Tools
httpx==0.26.0
ipaddress==1.0.23