Skip to content

roypur/crypto-knock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-knock

An advanced "port knocker" sending signed udp packet instead of port number sequence.

I recommend you use the go implementation of the server. it is more efficient and uses a custom iptable-chain.

install

git clone https://github.com/roypur/crypto-knock
cd crypto-knock
cd go
go build server.go
sudo cp server /usr/bin/cryptoknockd
sudo cp config.json /etc/CryptoKnock/config.json

sample config

/etc/CryptoKnock/config.json

{
    "listen":":5005"
    "chain":"CryptoKnock"
    "key":"MyÜberSecretKey"
}

run

sudo cryptoknockd
sudo iptables -A INPUT -j chain-name

Chrome app

About

An advanced "port knocker" sending signed udp packet instead of port number sequence.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors