Become a sponsor to Nguyen Van Hiep
Hello! πΊ
My nickname is hypnguyen1209!
Welcome to my GitHub! I'm a passionate developer, open source advocate, and cybersecurity enthusiast. I love building high-performance tools, reverse engineering protocols, and contributing to software that helps developers, researchers, and security professionals alike.
My focus areas include:
- π Network security and SOCKS/HTTP proxies
- βοΈ System-level programming in Go, C++, and low-level internals
- π Web tooling, custom servers, and visualization tools
- π§ͺ Open-source experimentation and research
I believe in transparency, performance, and sharing knowledge. My goal is to build tools that are lightweight, well-documented, and empower others to build or defend better systems.
π Featured Projects
Project | Description |
---|---|
fasthttp-reverse-proxy |
A fast reverse proxy built on fasthttp supporting HTTP and WebSocket with load balancing, rate limiting, CORS, and more. |
proximo |
A Windows tool for tunneling all system traffic via a SOCKS/HTTPS proxy. Written in C++ for performance. |
ming |
Lightweight and high-performance HTTP mux with priority-based routing using a Redix tree, built in Go. |
socks2tcp |
Forwards SOCKS5 proxy traffic to a single TCP destination. Useful for tunneling tools through fixed endpoints. |
pivot-internal |
A SOCKS5 proxy with RC4 encryption designed for secure internal network pivoting. |
json-editor |
A rich JSON/CSV/YAML visualizer and editor that runs fully in-browser using Vue. Great for inspecting data. |
π Connect With Me
- π§ Email: [email protected]
- πΌ LinkedIn: linkedin.com/in/hypnguyen1209
- π¦ Twitter/X: @_meulody
- π Blog (coming soon): meulody.com
π Support My Work
Maintaining and improving these tools takes time, energy, and dedication. If you find my work useful, please consider:
- π Sponsoring me on GitHub
- β Buying me a coffee (link coming soon)
- β Starring and sharing my projects
Your support helps me continue to build and maintain open-source tools that are free for everyone.
Thank you for visiting! Let's make open-source better, faster, and more secure β together.
Featured work
-
hypnguyen1209/fasthttp-reverse-proxy
A high-performance reverse proxy built with Go and fasthttp. This proxy supports HTTP and WebSocket traffic with advanced features like load balancing, rate limiting, CORS, authentication, and more.
Go 3 -
hypnguyen1209/proxigo
ProxiGo is a Windows tool that routes all network traffic of another program through a specified proxy server. It supports SOCKS5, HTTP, and HTTPS proxy protocols.
C++ 2 -
hypnguyen1209/ming
A HTTP Mux web framework lightweight and high performance π₯ priority-based routing with Redix Tree which is based on fasthttp
Go 1 -
hypnguyen1209/socks2tcp
A tool that creates a SOCKS5 proxy with optional authentication that forwards all traffic to a single TCP destination. This is useful for tunneling all SOCKS5 connections through a specific endpoint
Go 1 -
hypnguyen1209/pivot-internal
A SOCKS5 proxy tool with RC4 encryption for internal network pivoting
Go 1 -
hypnguyen1209/json-editor
A modern, feature-rich JSON data visualization and manipulation tool, process and visualize JSON, YAML, CSV, XML, and TOML data with interactive visualizations, all running locally in your browser
Vue