Skip to Main Content

PIVOTER

Pivoter is a proxy tool for pentesters to have easier lateral movement.

PIVOTER

Pivoter was created to split my proxy into a few parts: the service proxy, a connection broker, and a library I can dynamically link. The library will wrap calls to connect(), getaddrinfo(), gethostinfo(), gethostbyname(), and a few others so I can run my favorite tools through it. That will be enough to give me basic DNS and TCP on your network while satisfying a few conditions.

How to Get Pivoter

Option 1
To download Pivoter, type the following command in Linux:
git clone https://github.com/trustedsec/pivoter

Option 2
View on Git.

How to Get Help with Pivoter
For bug reports or enhancements, please open an issue on this projects GitHub page.