-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
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 pivotsuite.py -S -F --server-option PF --network-protocol T/U --remote-ip IP --remote-port PORT --server-ip IP (local-ip) --server-port PORT (local-port)
So is --remote-ip the same option as --forward-ip because the description is Remote Host Port for Port Forwarding ?
Update I checked and they do exactly the same thing.
Problem n°2
Why is there position argument for server ip and port because most of the time you're forced to used --server-ip and --server-port because the positional arguments are ignored.
$ Usage: pivotsuite [options] SERVER-IP SERVER-PORT
Example of command where you can't use positional arguments
$ python pivotsuite.py -S -F --server-option PF --network-protocol T/U --remote-ip IP --remote-port PORT --server-ip IP (local-ip) --server-port PORT (local-port)
Example when positional arguments are not respected :
$ pivotsuite -S -W 192.168.1.55 8080
2019-09-05 16:13:06,553 - DEBUG - [*] PivotSuite TCP Server LISTEN On 0.0.0.0:7777 For Reverse TCP Connection
Metadata
Metadata
Assignees
Labels
No labels