Skip to content

Latest commit

 

History

History
112 lines (83 loc) · 7.11 KB

CHANGELOG.md

File metadata and controls

112 lines (83 loc) · 7.11 KB

v0.3.0

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

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

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.1.1

e8cf456 - Update changelog and readme 0639f87 - Add go implant 0aeec4c - Add Defender disable command 546054f - Clean up docs and files cc63766 - Update build instructions in README a130207 - Update README and CHANGELOG

View diff v0.1.1...v0.2.0

11/23/2023

Added

Fixed

  • Fix a few minor bugs with the client (0639f87)
  • Fix chdir command not working in client (0639f87)

5/21/2023

Added

  • build command to frontend (b116ad3)
  • Functionality to build the implant from the server (917d514)

Changed

  • Tweaked the operator Dockerfile to include the implant source code (917d514)

Fixed

  • Fix Github Action for building dockerfiles to reflect changes above (894e14d)
  • Link implant to psapi (917d514)
  • Remove Lmcons.h include (917d514)

5/8/2023

Added

  • Basic OS functions built in (91a40f2)
    • cd - Change directory
    • ls - List directory contents
    • pwd - Print working directory
    • getenv - Get all environment variables
    • ps - List running processes
    • whoami - Get current username

Fixed

  • Fixed a bug when decoding binary task results (91a40f2)
    • This was causing reading downloaded files to fail because the file was being decoded as a UTF-8 string instead of binary
  • Fixed a logic bug when SELFDESTRUCT tasks are read (91a40f2)
    • The C2 listener was returning before removing the implant from the database, resulting in stale implants
  • Fixed a bug in the implant where the initial FreeConsole and Sleep calls were never running (91a40f2)