Skip to content

Instantly share code, notes, and snippets.

@p0c
Created October 3, 2014 08:55
Show Gist options
  • Save p0c/72ab95cbff6997adbb81 to your computer and use it in GitHub Desktop.
Save p0c/72ab95cbff6997adbb81 to your computer and use it in GitHub Desktop.
#pentest #recipe: socat port redirector
# socat tcp port redirector, useful for cloud based redirectors (distributed attack network simulation)
socat TCP-LISTEN:80,fork TCP:10.10.0.1:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment