mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
Merge pull request #142 from calebstewart/fix-readline-regression
Re-added readline import after regression
This commit is contained in:
commit
d01bdcba49
@ -11,6 +11,7 @@ and simply didn't have the time to go back and retroactively create one.
|
||||
### Fixed
|
||||
- Pinned container base image to alpine 3.13.5 and installed to virtualenv ([#134](https://github.com/calebstewart/pwncat/issues/134))
|
||||
- Fixed syntax for f-strings in escalation command
|
||||
- Re-added `readline` import for windows platform after being accidentally removed
|
||||
### Changed
|
||||
- Changed session tracking so session IDs aren't reused
|
||||
- Changed zsh prompt to match CWD of other shell prompts
|
||||
|
@ -26,6 +26,7 @@ import hashlib
|
||||
import pathlib
|
||||
import tarfile
|
||||
import binascii
|
||||
import readline # noqa: F401
|
||||
import functools
|
||||
import threading
|
||||
import subprocess
|
||||
|
Loading…
Reference in New Issue
Block a user