HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pkt0x53

no profile record

Submissions

[untitled]

1 points·by pkt0x53·mês passado·0 comments

[untitled]

1 points·by pkt0x53·mês passado·0 comments

[untitled]

1 points·by pkt0x53·há 2 meses·0 comments

[untitled]

1 points·by pkt0x53·há 2 meses·0 comments

[untitled]

1 points·by pkt0x53·há 4 meses·0 comments

[untitled]

1 points·by pkt0x53·há 4 meses·0 comments

[untitled]

1 points·by pkt0x53·há 4 meses·0 comments

[untitled]

1 points·by pkt0x53·há 7 meses·0 comments

[untitled]

1 points·by pkt0x53·há 7 meses·0 comments

[untitled]

1 points·by pkt0x53·há 7 meses·0 comments

TailPass

github.com
12 points·by pkt0x53·há 9 meses·4 comments

Create a Custom Interactive dashboard using SVG

0xmm.in
86 points·by pkt0x53·há 9 meses·23 comments

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

0xmm.in
2 points·by pkt0x53·há 9 meses·1 comments

[untitled]

2 points·by pkt0x53·há 9 meses·0 comments

Build a VPN Tunnel with Wintun on Windows – Part 1

0xmm.in
42 points·by pkt0x53·há 9 meses·3 comments

comments

pkt0x53
·há 2 meses·discuss
[flagged]
pkt0x53
·há 4 meses·discuss
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
·há 7 meses·discuss
Exploring the inner workings of Domotz and Fingbox, and recreating a custom network monitoring system tailored to my needs
pkt0x53
·há 7 meses·discuss
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
·há 8 meses·discuss
This project exactly does the same thing https://github.com/mascarenhasmelson/TailPass
pkt0x53
·há 9 meses·discuss
try again
pkt0x53
·há 9 meses·discuss
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
·há 9 meses·discuss
Did you ran that with admin permission !
pkt0x53
·há 9 meses·discuss
Create a Custom Interactive Infrastructure Dashboards using SVG
pkt0x53
·há 9 meses·discuss
Build custom notification for raspberry pi
pkt0x53
·há 9 meses·discuss
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.