v0.5.2
Changelog
Bug fixes for argument parsing and improved SSH key support thanks to
paramiko-ng
. Moved to a prettier theme for ReadTheDocs documentation.
Changed
- Fixed parsing of
--ssl
argument in main entrypoint (#225) - Replaced
paramiko
withparamiko-ng
- Utilized Paramiko SSHClient which will also utilize the SSHAgent if available by default and supports key types aside from RSA (#91)
- Added implant module
list
command to match documentation (#224). - Update documentation to clarify implant reconnection
- Fixed
--ssl
argument parsing for bind channels. - Moved documentation theme to furo.
- Added Extras group for documentation depenedencies and removed
docs/requirements.txt
.