PivotKit

Attacker / Pentester Perspective

Live

SSH-based pivoting using dynamic SOCKS proxies and local port forwarding. Supports controlled access to internal services and limited multi-hop pivoting without requiring root privileges. Learn about this tool.

SSH Target

local

Local Forwards (-L)

On Attacker

1
ssh -L 8000:127.0.0.1:80 <SSH_USER>@<SSHSERVER_IP> -NCopy
2
# Access: http://localhost:8000Copy