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