PivotSuite icon indicating copy to clipboard operation
PivotSuite copied to clipboard

Network Pivoting Toolkit

Results 8 PivotSuite issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/16578570/64350309-bfe7f680-cff8-11e9-8df4-35fdf480e4c5.png) ![image](https://user-images.githubusercontent.com/16578570/64350349-cc6c4f00-cff8-11e9-96ff-960dcae42c26.png) ## 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: >...