PivotKit

Attacker / Pentester Perspective

Live

Raw TCP/UDP stream relay for simple port forwarding and pivot chains. Learn about this tool.

Relay Host

tcp

Target (Internal Service)

On Relay Host

1
socat TCP-LISTEN:8080,fork TCP:<TARGET_IP>:80 &Copy

On Attacker

2
# Connect to <RELAY_IP>:8080 — traffic reaches the final targetCopy
3
# Example (HTTP): curl http://<RELAY_IP>:8080Copy