Good neighbors knock on the door to enter
This tool is a small golang program to perform port knocking.
GO is required to develop or to compile source code. Otherwise you can simple download the latest release.
After cloning or downloading the repository, follow these istructions
go mod vendor
go build -ldflags "-s -w"
mv neighborhood /bin # or another binary folder
You can also download the latest release binary.
neighborhood -v <host> <port:protocol> <port:protocol>
# example of sequence:
# 80:tcp 81:udp
# 80 81:tcp
Please open a new issue on:
https://github.com/CasvalDOT/neighborhood/issues
If you want, you can also freely donate to fund the project development! donate
Copyright (c) Fabrizio Gortani