Port knocking

Port knocking

Introduction This very short article is about port knocking and iptables. Port knocking allows a specific port to be opened when a sequence of connection attempts on predefined ports are made. The correct sequence of “knocks” will dynamically open the desired port temporarily so that a connection can be made on the desired port. In this article we will use port 22 as the port to hide with four (4) UDP ports to knock....

September 11, 2021 · 3 min · Me