mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
Release version 0.5.2
This commit is contained in:
parent
f18130e182
commit
a53fe8f699
@ -9,6 +9,10 @@ and simply didn't have the time to go back and retroactively create one.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.5.2] - 2021-12-31
|
||||||
|
Bug fixes for argument parsing and improved SSH key support thanks to
|
||||||
|
`paramiko-ng`. Moved to a prettier theme for ReadTheDocs documentation.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Fixed parsing of `--ssl` argument in main entrypoint ([#225](https://github.com/calebstewart/pwncat/issues/225))
|
- Fixed parsing of `--ssl` argument in main entrypoint ([#225](https://github.com/calebstewart/pwncat/issues/225))
|
||||||
- Replaced `paramiko` with `paramiko-ng`
|
- Replaced `paramiko` with `paramiko-ng`
|
||||||
|
@ -11,7 +11,7 @@ addopts = "-v"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pwncat-cs"
|
name = "pwncat-cs"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
description = "Reverse and bind shell automation framework"
|
description = "Reverse and bind shell automation framework"
|
||||||
authors = ["Caleb Stewart <caleb.stewart94@gmail.com>", "John Hammond"]
|
authors = ["Caleb Stewart <caleb.stewart94@gmail.com>", "John Hammond"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user