wok view knock/description.txt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (22 months ago)
parents
children
line source
1 Knockd is a port-knock server.
2 It listens to all traffic on an ethernet (or PPP) interface, looking
3 for special "knock" sequences of port-hits.
4 A client makes these port-hits by sending a TCP (or UDP) packet to a
5 port on the server. This port need not be open -- since knockd listens
6 at the link-layer level, it sees all traffic even if it's destined for
7 a closed port.
8 When the server detects a specific sequence of port-hits, it runs a
9 command defined in its configuration file. This can be used to open up
10 holes in a firewall for quick access.