Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation unclear #2

Open
noraj opened this issue Sep 5, 2019 · 0 comments
Open

Documentation unclear #2

noraj opened this issue Sep 5, 2019 · 0 comments

Comments

@noraj
Copy link

noraj commented Sep 5, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant