Mac OSX: Port redirection

sudo ncat --sh-exec "ncat <dest.ip> <dest.port>" -l <local port> --keep-open #ex: sudo ncat --sh-exec "ncat 192.168.56.116 8084" -l 8084 --keep-open #then test: http://localhost:8084

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.