HackerTrans
トップ新着トレンドコメント過去質問紹介求人

pkt0x53

no profile record

投稿

[untitled]

1 ポイント·投稿者 pkt0x53·先月·0 コメント

[untitled]

1 ポイント·投稿者 pkt0x53·先月·0 コメント

[untitled]

1 ポイント·投稿者 pkt0x53·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 pkt0x53·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 pkt0x53·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 pkt0x53·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 pkt0x53·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 pkt0x53·7 か月前·0 コメント

[untitled]

1 ポイント·投稿者 pkt0x53·7 か月前·0 コメント

[untitled]

1 ポイント·投稿者 pkt0x53·7 か月前·0 コメント

TailPass

github.com
12 ポイント·投稿者 pkt0x53·9 か月前·4 コメント

Create a Custom Interactive dashboard using SVG

0xmm.in
86 ポイント·投稿者 pkt0x53·9 か月前·23 コメント

Raspberry Pi Notifications with Ntfy: Build a Home Lab Alert System

0xmm.in
2 ポイント·投稿者 pkt0x53·9 か月前·1 コメント

[untitled]

2 ポイント·投稿者 pkt0x53·9 か月前·0 コメント

Build a VPN Tunnel with Wintun on Windows – Part 1

0xmm.in
42 ポイント·投稿者 pkt0x53·9 か月前·3 コメント

コメント

pkt0x53
·2 か月前·議論
[flagged]
pkt0x53
·4 か月前·議論
I built a small experiment that creates a peer-to-peer tunnel between two Windows machines using the Wintun driver.

The tunnel uses UDP hole punching so two peers behind NATs can discover each other and communicate directly. Packets from the virtual interface are captured, encapsulated inside UDP, sent to the remote peer, and then injected back into the remote Wintun interface. The repo contains a minimal STUN-like server and the peer implementation.
pkt0x53
·7 か月前·議論
Exploring the inner workings of Domotz and Fingbox, and recreating a custom network monitoring system tailored to my needs
pkt0x53
·7 か月前·議論
Tailpass is a Tailscale powered TCP port forwarding tool that bridges your VLANs, containers, and hosts simply and securely. You can easily connect web servers, SSH sessions, databases, or any TCP service across your network without worrying about complex configurations. Add your local and remote services, start the tunnel, and your traffic flows seamlessly through Tailscale. Tailpass gives you a lightweight dashboard, an efficient backend, and the freedom to access your services from anywhere.
pkt0x53
·8 か月前·議論
This project exactly does the same thing https://github.com/mascarenhasmelson/TailPass
pkt0x53
·9 か月前·議論
try again
pkt0x53
·9 か月前·議論
Tailpass is a Tailscale powered TCP port forwarding tool that bridges your VLANs, containers, and hosts simply and securely. You can easily connect web servers, SSH sessions, databases, or any TCP service across your network without worrying about complex configurations. Add your local and remote services, start the tunnel, and your traffic flows seamlessly through Tailscale. Tailpass gives you a lightweight dashboard, an efficient backend, and the freedom to access your services from anywhere.
pkt0x53
·9 か月前·議論
Did you ran that with admin permission !
pkt0x53
·9 か月前·議論
Create a Custom Interactive Infrastructure Dashboards using SVG
pkt0x53
·9 か月前·議論
Build custom notification for raspberry pi
pkt0x53
·9 か月前·議論
Wintun acts as a Layer 3 virtual adapter that allows user-space applications such as VPN software to directly work with IP packets. It functions as a TUN interface, creating a virtual network adapter that provides direct access to network layer (IP) packets through simple file read and write operations. Much like a physical network card, it supports assigning IP addresses, configuring routes, and transmitting data. The key difference is that, unlike real hardware, all packet transmission and handling are managed entirely by user-defined programs in user space.