Finding every IP camera, NVR, and DVR on a local network can be surprisingly difficult. Devices may advertise themselves through ONVIF or mDNS, expose only an RTSP service, use a vendor-specific web endpoint, or respond on an unexpected port. CamScan brings these clues together in one Bash-based discovery tool designed for networks you own or are authorized to test. The open-source project is available on GitHub at error0327/CamScanner . It is designed and tested around Kali Linux, while also including fallback package mappings for other supported systems where possible. What makes CamScan useful? CamScan does more than look for a single port. It combines multiple discovery and fingerprinting signals, then scores each host as a possible, likely, or confirmed camera device. This helps reduce noise while still surfacing devices that may not identify themselves in an obvious way. Scans a subnet, IP range, or individual host. Uses ARP discovery when available, with an Nmap p...
Ollama Voice Chat — A Local, Talking AI Assistant for Windows I’m excited to share my latest open-source project: Ollama Voice Chat — a simple but powerful local voice chat assistant that runs fully on your machine using open-source AI tools. It lets you talk to a Large Language Model (LLM) and hear its responses spoken back out loud — no cloud APIs, no monthly fees, and full control of your data. 👉 GitHub repository: https://github.com/error0327/ollama-voice-chat 🚀 What Is It? Ollama Voice Chat is an interactive client for Windows that connects to a locally running LLM (via Ollama), converts user speech to text, sends it to the model, and uses Coqui TTS to speak the replies. It includes an automated setup script to streamline installation and configuration. Instead of typing, you can talk to your AI assistant and get spoken answers — great for hands-free use cases, prototyping voice UIs, or just having a more natural interaction with your models. 🧠Why This Matte...