udp reverse shells
1.0.0
Shell terbalik UDP untuk sistem *nix.
Saya tidak dapat menemukan contoh online untuk reverse shell UDP di C jadi saya menulis beberapa di antaranya.
nc -nlvup 9999
ncat -nluvp 9999
Dikompilasi dengan OpenSSL 1.0.2r ( sudo apt install libssl1.0-dev
)
gcc <file.c> -o <binary> -lcrypto -lssl