Skip to content

Instantly share code, notes, and snippets.

@greenmind-sec
Created May 24, 2018 18:49
Show Gist options
  • Save greenmind-sec/9f398a0502a5be74397c7de84496cbdc to your computer and use it in GitHub Desktop.
Save greenmind-sec/9f398a0502a5be74397c7de84496cbdc to your computer and use it in GitHub Desktop.
Tunel Socat
#!/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