2 releases
Uses old Rust 2015
0.1.3 | May 14, 2019 |
---|---|
0.1.2 | May 14, 2019 |
#12 in #port-knocking
5KB
128 lines
rknock
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
~2MB
~32K SLoC