feat: adding a bind shell example with more stuff

adding a bind shell that can allow for more practice with future
features such as multiple transports, encryption, transferring files,
and a more robust client interface
This commit is contained in:
Andrew Rioux
2023-09-02 14:32:34 -04:00
parent 180b29531a
commit aecf1c9b80
21 changed files with 878 additions and 37 deletions

View File

@@ -16,4 +16,4 @@
FROM rust:1-alpine
RUN apk add cmake make automake musl-dev autoconf libtool \
flex bison linux-headers openssl-dev lldb build-base
flex bison linux-headers openssl-dev lldb build-base libcap-dev