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

Port forwarding #308

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Port forwarding #308

wants to merge 2 commits into from

Conversation

hulto
Copy link
Collaborator

@hulto hulto commented Dec 11, 2021

Description

Added port forwarding feature to paragon agent.
This will allow paragon to callback through pivoted systems in egress filtered networks.

Test Plan

Added DST_HOST: "127.0.0.1:9090" to docker-compose env vars.
docker-compose up deployed agent.
started netcat listener on port 9090 local to the agent container nc -lvp 9090
In a different shell on the agent container ran echo "Hello" | nc 127.0.0.1 10001

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

Successfully merging this pull request may close these issues.

None yet

1 participant