2 releases

Uses old Rust 2015

0.1.3 May 14, 2019
0.1.2 May 14, 2019

#11 in #moment

BSD-3-Clause

5KB
128 lines

rknock

License

rknock is a simple port knocking client written in Rust.
It is suitable for use with the server-side knockd daemon.
At the moment, it wraps nmap, and as such, nmap is required
to run this program.

This is due to constraints of Rusts networking ecosystem, most notably
the inability to disable TCP retransmissions.
I plan to eventually port this to use plain unix sockets.

Dependencies

~0.6–1MB
~13K SLoC