Created
May 24, 2018 18:49
-
-
Save greenmind-sec/9f398a0502a5be74397c7de84496cbdc to your computer and use it in GitHub Desktop.
Tunel Socat
This file contains 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
#!/bin/bash | |
while true; | |
do | |
socat TCP4:177.101.62.214:8080 TCP4:127.0.0.1:3306; | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment