Skip to content

Releases: skelsec/aardwolf

0.2.9

05 Sep 19:26
Compare
Choose a tag to compare

What's Changed

  • added option to negotiate obsolete SSL ciphers (old windows server) by @0xlazY in #25

New Contributors

Full Changelog: 0.2.8...0.2.9

Now with clipboard file upload

20 Sep 22:28
Compare
Choose a tag to compare

@cakekoa 's awesome contribution has been merged, so aardwolf now supports file uploads via copy-paste!

0.2.7

03 Mar 08:54
Compare
Choose a tag to compare

Fixed an issue where it was impossible to build the code from the pyp source distribution as non python files were not included in the package

0.2.6

03 Feb 20:05
Compare
Choose a tag to compare

Fixing a bug where using channels would throw an error when executed on older python versions

0.2.2

08 Jan 23:06
Compare
Choose a tag to compare

Dynamic Virtual Channel support.
Added a client for @xoreipeip 's SocksOverRDP project.
Server component can be found here: https://github.com/nccgroup/SocksOverRDP
For this to work, you'll have to use the GUI version of this project!!!

0.2.0

09 Oct 22:53
97c3408
Compare
Choose a tag to compare

Rust is here for rectdata decompression!
New networking and authentication libraries introduced.

0.0.8

14 Apr 11:44
Compare
Choose a tag to compare

Initial public release
I have merged all changed from the current Porchetta repo to github, fulfilling the original promise that the code we're producing on Porchetta will be always made public over time.
(pls support us regardless)
PS: I'm not 100% sure that the frozen GUI client will work on all windows versions out-of-the-box because packaging pyQT5 is a pain