|
|
|
|
|
by rnmmrnm
746 days ago
|
|
reminds me how the other day I circumvented disabled SSH port forwarding by using https://github.com/nwtgck/yamux-cli + ncat already on the machine to do something like:
yamux -l lport | ssh server -- <script: ncat --proxy-type=http -klp proxyport & and yamux localhost proxyport>.sh good thing I needed HTTP access or else i had to find that socks5 server that's actually working again. |
|
Do you have a good resource recommendation to learn this more?