udp reverse shells
1.0.0
*nix 系统的 UDP 反向 shell。
我在网上找不到 C 语言的 UDP 反向 shell 的示例,所以我写了几个。
nc -nlvup 9999
ncat -nluvp 9999
使用 OpenSSL 1.0.2r 编译( sudo apt install libssl1.0-dev
)
gcc <file.c> -o <binary> -lcrypto -lssl