A basic Netcat-like utility using QUIC.
./qnc [-l] [<host>] [<port>]To start a server (listener) on port 12345:
./qnc -l 12345or specify a host:
./qnc -l 127.0.0.1 12345To connect as a client:
./qnc <host> [<port>]- Temporary self-signed certificate generation
- Simple stdin/stdout forwarding
- Inspired by content and labs in SANS SEC530
- QUIC transport using aioquic