A small collection of standalone Python scripts for learning and experimenting with basic networking and security concepts: banner grabbing, port scanning, and simple TCP client/server communication.
music-grabber/ ├── start.sh # Start server (creates venv, installs deps) ├── README.md # This file ├── LICENSE # MIT ├── .gitignore ├── server/ │ ├── server.py # Local HTTP server + yt-dlp wrapper │ ...