Back to homepage

Blog

Thoughts on software engineering, AI, and building things.

September 12, 2026

4 min read

Building Exposr: A Reverse Tunneling CLI in Python

How I built a reverse TCP/UDP tunneling tool using asyncio, and what I learned about networking along the way.

PythonNetworkingasyncio