1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-27 19:04:15 +01:00

Updated changelog

This commit is contained in:
Caleb Stewart 2021-08-31 17:35:26 -04:00
parent a09cab24f3
commit b6f001d3e1

View File

@ -16,6 +16,7 @@ and simply didn't have the time to go back and retroactively create one.
- Fixed handling of `socket.getpeername` when `Socket` channel uses IPv6 ([#159](https://github.com/calebstewart/pwncat/issues/159)). - Fixed handling of `socket.getpeername` when `Socket` channel uses IPv6 ([#159](https://github.com/calebstewart/pwncat/issues/159)).
- Fixed verbose logging handler to be __unique__ for every `channel` - Fixed verbose logging handler to be __unique__ for every `channel`
- Fixed docstrings in `Command` modules - Fixed docstrings in `Command` modules
- Changed docker base image to `python3.9-alpine` to fix python version issues.
### Added ### Added
- Added alternatives to `bash` to be used during _shell upgrade_ for a _better shell_ - Added alternatives to `bash` to be used during _shell upgrade_ for a _better shell_
- Added a warning message when a `KeyboardInterrupt` is caught - Added a warning message when a `KeyboardInterrupt` is caught