SSH Tunneling
SSH Tunneling
SSH Local Port Forwarding
When you know which port is open and want to scan it, you can use this method. However, it is not advisable to use this for scanning unknown ports or connecting to multiple services simultaneously.
For reference:

Always stabilize the shell first. Don’t forget this step, as not doing so may cause problems.
SSH Dynamic Port Forwarding
For reference:

Always stabilize the shell first. Don’t forget this step, as not doing so may cause problems.
Getting filtered port with nmap and proxychains ??
If all ports are reported as filtered while using proxychains and nmap, try this script to identify the open ports.
.
SSH Remote Port Forwarding
For reference:

SSH Remote Dynamic Port Forwarding
For reference:


Getting filtered port with nmap and proxychains ??
If all ports are reported as filtered while using proxychains and nmap, try this script to identify the open ports.
Caution:
When connecting to a system using proxychains, we will not use the local IP to run the command; instead, we will use the other system that is not included in the SSH proxy configuration.
Example: proxychains ./ssh_remote_dynamic_client -i 10.4.212.64 -p 9062
Using sshuttle

Last updated