Broadcast your shell thru port 5000

2010-11-20 1 min read bash Fedora Linux
Broadcast your shell thru port 5000 1 <td> <div class="text codecolorer"> mkfifo /tmp/fifo;(nc -q0 -l 5000 < /tmp/fifo &);script -f /tmp/fifo </div> </td> </tr> run 1 <td> <div class="text codecolorer"> nc yourip 5000 </div> </td> </tr> elsewhere will produce an exact same mirror of your shell. This is handy when you want to show someone else some amazing stuff in your shell without giving them control over it. * View this command to comment, vote or add to favourites * View all commands by clvv Continue reading