Created
August 23, 2016 02:45
-
-
Save x2c3z4/7add79c4c2936d78ae548c20ec404868 to your computer and use it in GitHub Desktop.
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
tunip=`proxychains4 ssh [email protected] "ip addr show" | grep inet | grep tun0 | awk '{print $2}' | awk -F/ '{print $1}'`; ;ssh root@$tunip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment