hyp/server
2024-04-07 07:59:23 -06:00
..
go.mod initial commit 2024-04-06 21:59:13 -06:00
go.sum initial commit 2024-04-06 21:59:13 -06:00
main.go initial commit 2024-04-06 21:59:13 -06:00
packet.go keep track of knock sequences which are already used 2024-04-07 07:59:23 -06:00
README.md initial commit 2024-04-06 21:59:13 -06:00

hypd

hypd is the hyp (Hide Your Ports) server.

Requirements

On the server, libpcap-dev needs to be installed on linux or pcap from nmap.org on Windows.

Usage

Generating a new shared key
# As user that can write to current directory
./hypd generatesecret

Then copy the file to a client

Starting the server
# As root - or user that can capture packets and modify IPTables
./hypd server eth0