Skip to content

Port forwarding#308

Open
hulto wants to merge 2 commits intoKCarretto:mainfrom
hulto:port-
Open

Port forwarding#308
hulto wants to merge 2 commits intoKCarretto:mainfrom
hulto:port-

Conversation

@hulto
Copy link
Copy Markdown
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.

1 participant