index
:
pk.git
develop
docs
master
Full-featured Python Command and Control (C2) Suite with encryption and terminal emulation. See: https://pkctl.org/c2.
Carson Fleming
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-12-18
Fork before performing key generation for improved stealth
Carson Fleming
2023-03-30
Use production defaults in pkctl
v2.1
Carson Fleming
2023-03-30
Remove debugging infrastructure for merge
Carson Fleming
2023-03-30
Get everything working locally
Carson Fleming
2023-03-29
Fixed freezing issue with PTY
Carson Fleming
2023-03-28
Fix some transition bugs; pty still hangs trying to pull streaming key
Carson Fleming
2023-03-26
Switch daemon to use PKSock infrastructure
Carson Fleming
2023-03-24
Missed a spot
Carson Fleming
2023-03-24
Synchronize PTY stop sequence
Carson Fleming
2023-03-24
Re-engineer crypto library to support buffering and putback
Carson Fleming
2023-01-14
Dont send prompt after exiting PTY mode; TCP stacks it and causes strange ↵
Carson Fleming
behavior
2023-01-14
Re-enable key generation in the client
Carson Fleming
2023-01-14
Switch to a single-threaded approach using selectors; additional ↵
Carson Fleming
miscellaneous debugging
2023-01-13
Backwards compability change to cleanup function
v2.0
Carson Fleming
2023-01-13
Update comment about NPTY bug
Carson Fleming
2023-01-13
Fix client crashing bug on pty exit
Carson Fleming
2023-01-12
Add some better logging/data stream tolerance to pkctl
Carson Fleming
2023-01-12
Initial work with stream ciphers, still has hanging issues
Carson Fleming
2023-01-11
Remove dev artifacts from client code
Carson Fleming
2023-01-11
Merge pull request #1 from cflems/master
Carson Fleming
Merge PTY functionality into master
2023-01-11
Merge branch 'pty' into master
Carson Fleming
2023-01-11
Fixed PTY glitch where it wouldnt read (still slow tho)
Carson Fleming
2022-12-26
Less weird solution to prompt command
v1.0
Carson Fleming
2022-12-26
Make correction to avoid utf-8ing control sequences
Carson Fleming
2022-12-22
Add the MIT license
Carson Fleming
2022-12-22
Do not fail on reinstall because user already exists
Carson Fleming
2022-12-22
Use umask to allow group members to control pk + some cleanup
Carson Fleming
2022-12-22
Make systemd create the run directory on boot
Carson Fleming
2022-12-22
Remove testing artifact
Carson Fleming
2022-12-22
Rename the service and fix another oops
Carson Fleming
2022-12-22
lol oops remove relic
Carson Fleming
2022-12-22
Remove executable bit from local pkctl file
Carson Fleming
2022-12-22
Create install make-target, ready for initial distribution
Carson Fleming
2022-12-22
Built C2 controller with multi-client and multi-admin support
Carson Fleming