Welcome all.

This is the page where you'll be able to download my bash implementation of a port knocking script.

All scripts are distributed on whatever license gives you the most freedom I can give you with the restriction that you include source. The nature of bash scripts makes this virtually irrevelant but should you decide to compile any of these into any sort of binary, please include the source code used for the creation. Credit me where possible.

The above statements are not meant to in anyway replace or supercede any applicable licenses. They are meant to describe the intent of the author only.

Links and downloads

Version 0.0.1:download Initial release of a bash implementation of a port knocking script. This release relies on cut, awk, iptables, bash and a significant amount of user customization required. It uses several scripts that work together to make the program run as a dameon and allow easier customization for different systems. It should be relatively easy to adapt for systems that don't use IP Tables but testing has not been done with it. Changes that should be made to future releases include moving to a config file format for all user customizations and creating options to disable or enable different features.