PivotSuite
PivotSuite is a portable, platform independent and powerful network pivoting toolkit, Which helps Red Teamers / Penetration Testers to use a compromised system to move around inside a network.
Source: https://github.com/RedTeamOperations/PivotSuite
Use cases & Scenarios
We have direct access to the target machine
The target machine is behind a firewall/NAT
Case 1 - Forward
We should execute PivotSuite server on the target:
Dynamic Port Forwarding - using Socks5
Single Port Forwarding - using TCP/UDP Relay
Case 2 - Reverse
We should execute PivotSuite server on the Attacker machine:
And execute the Client on the Target machine:
Dynamic Port Forwarding - socks
Local / Remote Port Forwarding
Network Enumeration
Example: Reverse Dynamic Port Forwarding
Considerations
It opens the socks on 0.0.0.0
It generates a random port each time
The connection is not reliable
Last updated