libfko-perl

Firewall knock operator - perl module
  http://www.cipherdyne.com/fwknop/
  0
  no reviews



The firewall knock operator implements an authorization scheme called single packet authorization (spa), based on netfilter and libpcap.

its main application is to protect services such as openssh with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult.

the authorization server passively listens for authorization packets via libcap, so there is no service listening for network connections on the traditional port. access to a protected service is only granted after a valid encrypted and non-replayed packet is detected.

this package provides the fko module as a perl interface.