Mac Remote Shell
- by Jamza
I am trying to create a remote shell on OS X with NC.
I tried nc -l 1337 -e /bin/bash but it seems that the Mac version of NC does not support the -e option.
Does anyone know how I can achieve a remote shell on OS X preferably only using the built in tools?
Thank you.