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
path:
root
/
pkcli_stub.py
Age
Commit message (
Collapse
)
Author
2023-12-20
Allow HDB url to be passed as an environment variable (HDB=?)
v2.2
Carson Fleming
2023-12-18
Delete extra printing and white space
Carson Fleming
2023-12-18
Fork before performing key generation for improved stealth
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-24
Synchronize PTY stop sequence
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
Fix client crashing bug on pty exit
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
Fixed PTY glitch where it wouldnt read (still slow tho)
Carson Fleming