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

Add IPv6 support for port forwarding and self-injection #90

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

Conversation

oza6ut0ne
Copy link

Add IPv6 support for port forwarding and self-injection

Description / Changes / Goal

Description

Currently only IPv4 address can be specified for port forwarding and self-injection.
So added IPv6 support for them like below.

$ pwncat -l 4444 --self-inject /bin/bash:[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:4445
$ pwncat -R [xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:4444 10.0.0.1 3306
$ pwncat -L [xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:5000 10.0.0.1 3306

Changes

Modified arguments parsing for those options to accept IPv6 address.

Goal

Be able to specify IPv6 address for --self-inject/-R/-L by surrounding the address with [].

PR Checklist

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