diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7f2c9..e84fbd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## 11/23/2023 + +### Added + +* Golang implant! ([0639f87](https://github.com/cbrnrd/maliketh/commit/0639f8797838469a068d91f095e3307d2d73ecc4)) +* Add AV disable ([0aeec4c](https://github.com/cbrnrd/maliketh/commit/0aeec4c4be8f1efaeaf15ee3d289507036c691df)) + +### Fixed + +* Fix a few minor bugs with the client ([0639f87](https://github.com/cbrnrd/maliketh/commit/0639f8797838469a068d91f095e3307d2d73ecc4)) +* Fix `chdir` command not working in client ([0639f87](https://github.com/cbrnrd/maliketh/commit/0639f8797838469a068d91f095e3307d2d73ecc4)) + ## 5/21/2023 ### Added diff --git a/README.md b/README.md index f2aac5d..746d7b6 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,16 @@ The implant is written in C++ and targeted for Windows. The main feature of the ## Future work -- [ ] Implement Golang client +- [x] Implement Golang client * [x] Per-operator builder in-server ([917d514](https://github.com/cbrnrd/maliketh/commit/917d514fc6075cc15d0e45b4a1a546e6217e4139)) * [ ] Stealer/basic looter -* [ ] AV Disable +* [x] AV Disable * [ ] UAC Bypass (SilentCleanup) * [ ] BOF/Custom DLL execution for plugins * [ ] Keylogger * [ ] Route RabbitMQ traffic through Admin listener instead of directly connecting * [ ] Improved anti-vm (check BIOS information) + * [x] Pretty good in golang implant * [x] More stable file uploads/downloads ([91a40f2](https://github.com/cbrnrd/maliketh/commit/91a40f2ba1cded5a025004a6143578fa84baec66)) * [ ] Alternate C2 channels (WireGuard, DNS, Discord, Slack, etc.) * [x] Basic OS functions built in ([91a40f2](https://github.com/cbrnrd/maliketh/commit/91a40f2ba1cded5a025004a6143578fa84baec66))