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 SSL WRAPPER #91

Open
ghost-ng opened this issue Dec 26, 2020 · 0 comments
Open

Add SSL WRAPPER #91

ghost-ng opened this issue Dec 26, 2020 · 0 comments
Labels
feature Feature beyond netcat's functionality

Comments

@ghost-ng
Copy link

ISSUE TYPE

  • Add feature to wrap sockets in SSL tunnel either dynamically (change the SSL certs/create certs on system) or statically (certs pre-pasted in pwncat)

SUMMARY

Would like to be able to set up 2 pwncat instances (client and server) and have the option to make the communications encrypted. I see the easiest way to do this is to create a flag --ssl which then wraps the socket; the pwncat server would also then need a method to try via normal communications and if fails try the SSL function

Goal

The goal is to encrypt the stream which would future evade network detection/protection systems

@ghost-ng ghost-ng added the feature Feature beyond netcat's functionality label Dec 26, 2020
@ghost-ng ghost-ng changed the title Add SSL WRAPPER, PERSIST Add SSL WRAPPER Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature beyond netcat's functionality
Projects
None yet
Development

No branches or pull requests

1 participant