ss

ss -tulpn Tell us what socket connections are running.

-t display TCP sockets
-u display UDP sockets
-l display listening sockets
-p show the process
-n doesn’t resolve service name

Ssh -L 10000:localhost:10000 <username>@<ip>

Connects to a socket we fi=ound from ss scan

Last updated