PivotSuite
PivotSuite copied to clipboard
Network Pivoting Toolkit
Noticed some minor spelling/grammar issues
When using this in Forward mode (Server in Victim), I run an nmap and the response it gives is "port open", even when the port is closed. Is there a...
Reverse dynamic port forwarding as showcased here https://github.com/RedTeamOperations/PivotSuite#case-2--reverse-tcp-tunneling ignore `--local-ip` and `--local-port` so the server (attacker machine) always take a random port and take the address `0.0.0.0` and so exposing...
## Issue optparse is deprecated in both python 2 and 3   ## Idea Replace it with argparse for stdlib only requirement only.
## Problem n°1 In `PivotSuite Server Options:` there are no `--remote-ip` or `--remote-port` but in `Case 1 : (Forward TCP Tunneling) b` you put as an example ``` $ python...
If I try to establish a local port forwarding If i run one of those three command on the compromised machine ``` $ pivotsuite -S -F --server-option=PF --server-ip=192.168.1.80 --server-port=8080 $...
Hello, and thank you for this great tool. On the server-side, I run the following command: > python pivotsuite.py -S -W On the client-side, I run the following command: >...