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 (
Expand
)
Author
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
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