-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
__ROADMAP__ #2
Comments
Pull Request: v0.0.1-alpha released |
Pull Request: v0.0.2-alpha released |
Pull Request: v0.0.3-alpha released |
Pull Request: v0.0.4-alpha |
Pull Request: v0.0.5-alpha |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Roadmap
This issue will stay open and serves as a public Roadmap to show what needs to be done until a release will be ready. Comments serve discussions and to gather new features
Release v0.1.0
The current implementation of
pwncat
is in alpha state as not all features are available. This will be the first feature-ready release.implement Connect modeimplement-l
- listen modeimplement-u
- udp connectionsimplement--crlf
- change to windows linefeedsimplement-v
- verbosityimplement-e
- command executionimplement-n
- don't resolve DNSimplement-L
- local port forwardingimplement-R
- remote port forwardingimplement-z
- port scan mode / zero io modeimplement--keep
- keep listening for new connection (TCP)implement--reconn
- re-try outbound connection periodicallyimplement--reconn-wait
- wait between re-try attemptsimplement--reconn-robin
- (client only) round robin change outbound portsimplement--rebind
- try to rebind if it fails (only during init phase)implement--rebind-wait
- wait between re-rebind attemptsimplement--rebind-robin
- round robin re-bind attemptsimplement--udp-ping-intvl
- faking a TCP-like stateful connection over UDPchange--udp-ping-intvl
to--ping-intvl
(to allow TCP as well)Implement--ping-init
- single initial pingImplement--ping-word
- what char/string to send as ping--ping-robin
- round-robin ports while pingingImplement--safe-word
- shut down remote end immediatelyPwncat Scripting Engine (PSE) with--script-send
and--script-recv
IPv6 supportimplement--udp-sconnect
Stateless UDP connectMake positional port argument accept multiple valuesFuture Releases
Gathering ideas for future release.
-d
--http
- tunnel via http--https
tunnel via httpsThe text was updated successfully, but these errors were encountered: