Connect to Host
Open an SSH shell session.
ssh @
Tool
Copy-ready command templates for common penetration testing tools. Select a tool, fill in the parameters, copy, paste, profit.
OpenSSH client for encrypted remote shell access and tunneling
Parameters
Open an SSH shell session.
Authenticate using an SSH private key.
Forward a local port to a remote service through SSH.
Access the forwarded service at localhost:{local_port}
Create a SOCKS5 proxy for pivoting through the SSH host.
Configure proxychains or browser to use 127.0.0.1:{socks_port}
Expose a local service through the remote SSH server.