Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 23:08
· 17 commits to master since this release

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 with paramiko-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.

Full Changelog