Interesting use of Ncat SOCKS proxy support
David Fifield <[email protected]> Sat, 12 Jan 2019 18:05:38 -0700
| Newsgroups | gmane.comp.security.nmap.devel |
|---|---|
| Message-ID | <[email protected]> |
This blog post by Hamy is about running ssh inside an obfuscating tunnel: https://hamy.io/post/000e/how-to-hide-obfuscate-ssh-traffic-using-obfs4/ I thought it was interesting that it advises to use Ncat rather than nc, because Ncat supports client authentication for SOCKS proxies. In this case, it's not really using authentication; rather the SOCKS username and password are being used to provide per-connection arguments to the proxy. openssh-client, supports SOCKS proxy via ProxyCommand option. Unfortunately, nc is not good enough for the job as netcat-openbsd still doesn’t support authentication for SOCKS proxies. So we’re going to use ncat instead (part of the nmap package): _______________________________________________ Sent through the dev mailing list https://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/