We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 publicly the proxy on all interfaces.
--local-ip
--local-port
0.0.0.0
One should be allowed to set --local-ip and --local-port on client side and the server should use them.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 address0.0.0.0
and so exposing publicly the proxy on all interfaces.One should be allowed to set
--local-ip
and--local-port
on client side and the server should use them.The text was updated successfully, but these errors were encountered: