wireshark

  • 17th July 2025

How to Use Your Own Tools on Remote Machines via SSH SOCKS Tunnel

Sometimes you want to use binaries for enumeration, but you can’t run GUI tools over SSH (like wireshark), or you don’t want to make noise by installing binaries on the target machine (like nmap). In this case, you can forward only the requests, not the whole application.

Read more