Skip to content

Instantly share code, notes, and snippets.

@x2c3z4
Created August 23, 2016 02:45
Show Gist options
  • Save x2c3z4/7add79c4c2936d78ae548c20ec404868 to your computer and use it in GitHub Desktop.
Save x2c3z4/7add79c4c2936d78ae548c20ec404868 to your computer and use it in GitHub Desktop.
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