Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Wireless Intelligence
Learn to build a Django web app that scans Wi-Fi, audits security, and displays results, teaching practical cybersecurity and web development skills.
Wintelligence is a Python/Django web application designed to
scan the local wireless spectrum, log nearby networks, and audit
their security configurations. It flags weak configurations
(such as WEP, Open networks, and legacy WPA) and displays results in an interactive,
responsive web interface.
- PythonPython: The high-level, general-purpose language built for readability, powering everything from web backends to advanced machine learning models.Python is the high-level, general-purpose language prioritizing clear, readable syntax (via significant indentation), ensuring rapid development for any team . Its ecosystem is massive: use it for robust web development with frameworks like Django and Flask, or leverage its power in data science with libraries such as Pandas and NumPy . The Python Package Index (PyPI) provides thousands of community-contributed modules, offering immediate solutions for tasks from network programming to GUI creation . The language is actively maintained by the Python Software Foundation (PSF), with the stable release currently at Python 3.14.0 (as of November 2025) .
- DjangoDjango is the 'batteries included' Python web framework: high-level, secure, and engineered for rapid, pragmatic development.Django is a high-level Python web framework, built on the 'Don't Repeat Yourself' (DRY) principle, designed to expedite the creation of complex, database-driven applications. It ships with a comprehensive suite of components out-of-the-box: a powerful Object-Relational Mapper (ORM), a robust authentication system, URL routing, and a dynamic, automated admin interface (CRUD operations). This integrated approach minimizes boilerplate code and development time, which is why major platforms like Instagram, Mozilla, and Disqus trust Django for scalable, secure web services.
- Wi-Fi WPAWPA (Wi-Fi Protected Access) secures wireless networks with robust encryption and authentication protocols.WPA (Wi-Fi Protected Access) is a family of security protocols developed by the Wi-Fi Alliance to secure wireless computer networks. It superseded the vulnerable WEP (Wired Equivalent Privacy) protocol in 2003, offering stronger data encryption via TKIP (Temporal Key Integrity Protocol) and improved user authentication. WPA2, released in 2004, further enhanced security with AES (Advanced Encryption Standard) encryption and CCMP (Counter Mode with Cipher Block Chaining Message Authentication Code Protocol), becoming the standard for enterprise and personal use. The latest iteration, WPA3 (2018), introduces even more resilient security features, including individualized data encryption with Wi-Fi Enhanced Open and stronger protection against brute-force attacks through SAE (Simultaneous Authentication of Equals).
- netsh wlanManage wireless networks and their settings directly from the command line with `netsh wlan`.`netsh wlan` is your go-to command-line utility for comprehensive wireless network management on Windows. Use it to configure Wi-Fi profiles, connect to networks, export and import settings, and troubleshoot connectivity issues. For example, `netsh wlan show profiles` lists all saved Wi-Fi profiles, while `netsh wlan connect name="YourNetwork"` quickly establishes a connection. It's an essential tool for system administrators and power users needing precise control over wireless adapters and their operational parameters.
- SubprocessThe standard Python module for spawning new processes, managing system pipes, and capturing return codes.Subprocess consolidates process management into a single interface: replacing older, fragmented tools like os.system and os.spawn. It gives you direct control over system commands (such as git or docker) while handling input, output, and error streams through a clean API. Most users stick to subprocess.run() for synchronous tasks, but the Popen class remains available for complex, non-blocking operations. It is the primary way to bridge Python logic with external CLI utilities and shell environments.
Related talks
More from the community
Cómo sacarle el máximo provecho al vibe coding
Manizales
Learn practical workflows to structure ideas, use AI prompts and tools as a co‑pilot, and transform simple descriptions…
Sistema Agéntico – Experto Wi-Fi
Medellín
This talk presents an on-premise AI agent using a distilled Mistral 7B model for accurate, low-latency Wi-Fi support…
Log analyzer
Manizales
Learn how the Log Analyzer identifies and explains anomalous log entries across servers and applications, using practical examples…
AI-B2in: AI-Powered In-Betweens for Real Animations
Manizales
Learn how AI-B2in creates smooth in‑between frames for hand‑drawn animation using preprocessing, AI interpolation, post‑processing cleanup, and web…
Edge Power
Pereira
Explore an IoT energy monitoring platform built with Next.js, showcasing real-time data flow, system architecture, Docker deployment, and…
Ingeniería Creativa
Manizales
The session shows how to program creative formulas, use automation and AI to generate and evaluate hundreds of…
Compose Email
Loading recent emails...