Skip to content

Releases: cbrnrd/maliketh

v0.3.0 - Mohg

27 Jan 15:52
Compare
Choose a tag to compare

v0.3.0

tl;dr:

  • Huge improvements to the client
  • Real structured logging support in both the client and server
  • Go implant improvements
  • Support reading/writing to and from the clipboard
  • Server docker image consolidation

cf583fa - Bump version to v0.3.0
b149945 - Small readme improvements
6be5c7a - Fix wrong build context in gh action
ed36295 - Update github action for docker build
12e1033 - Consolidate dockerfiles
358c7ad - Add shitty version of OS information in registration
faed25f - Initial (untested) c++ clipboard task
f6802ac - Add clipboard get/set to client and go implant
ba78401 - Merge branch 'master' of github.com:cbrnrd/maliketh
52a6a2f - Update README for makefile changes
389ab74 - Fix darwin build and command execution
4d72f9e - Makefile improvements and have a real release/debug compile target
c255090 - Put tabulate style into constant
6694ce2 - Big client autocomplete and help improvements
6a664f2 - Improvements to go implant
ac2b4e3 - Slight logging improvements on client/rmq
31e0314 - Support implant aliasing
720de97 - Client logging improvements
f22627b - Initial structlog implementation, fix a Go implant bug
5f0f2da - Add badges to README
20502c0 - Fix create release script
7f0eb9c - Update changelog for v0.2.1

View diff v0.2.1...v0.3.0

v0.2.1 - Cleaning up

26 Nov 01:00
Compare
Choose a tag to compare

v0.2.1

45d69bd - Update changelog for v0.2.1
b85030c - Bump version to v0.2.1
eb6ca00 - Fix create_release.sh permissions
86bb9d0 - Add create_release.sh script
b3a87f5 - Use poetry instead of requirements.txt
01da32c - Run formatter
22ad839 - Reduce code duplication and remove some unused files/functions
b0e71a1 - Documentation and makefile improvements

View diff v0.2.0...v0.2.1

v0.2.0 - Go maliketh!

23 Nov 22:22
Compare
Choose a tag to compare

This release includes the initial implementation of the (mostly) cross platform golang implant.

tl;dr changes:

  • Add golang client
  • Fix some client bugs
  • Add some client flags
  • Touch up docs

Full Changelog: v0.1.1...v0.2.0

v0.1.1

21 May 20:13
894e14d
Compare
Choose a tag to compare

This is the first real addition of content since this project was submitted. Notably, it adds:

  • Basic operating system functions
  • Per-operator implant builder
  • More reliable file uploads and downloads
  • Bugfixes

Full Changelog: https://github.com/cbrnrd/maliketh/commits/v0.1.1