You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
Problem n°1
In
PivotSuite Server Options:
there are no--remote-ip
or--remote-port
but inCase 1 : (Forward TCP Tunneling) b
you put as an exampleSo is
--remote-ip
the same option as--forward-ip
because the description isRemote 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.Example of command where you can't use positional arguments
Example when positional arguments are not respected :
The text was updated successfully, but these errors were encountered: