Skip to content

Commit e8cf456

Browse files
committed
Update changelog and readme
1 parent 0639f87 commit e8cf456

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 11/23/2023
6+
7+
### Added
8+
9+
* Golang implant! ([0639f87](https://github.com/cbrnrd/maliketh/commit/0639f8797838469a068d91f095e3307d2d73ecc4))
10+
* Add AV disable ([0aeec4c](https://github.com/cbrnrd/maliketh/commit/0aeec4c4be8f1efaeaf15ee3d289507036c691df))
11+
12+
### Fixed
13+
14+
* Fix a few minor bugs with the client ([0639f87](https://github.com/cbrnrd/maliketh/commit/0639f8797838469a068d91f095e3307d2d73ecc4))
15+
* Fix `chdir` command not working in client ([0639f87](https://github.com/cbrnrd/maliketh/commit/0639f8797838469a068d91f095e3307d2d73ecc4))
16+
517
## 5/21/2023
618

719
### Added

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ The implant is written in C++ and targeted for Windows. The main feature of the
2424

2525
## Future work
2626

27-
- [ ] Implement Golang client
27+
- [x] Implement Golang client
2828
* [x] Per-operator builder in-server ([917d514](https://github.com/cbrnrd/maliketh/commit/917d514fc6075cc15d0e45b4a1a546e6217e4139))
2929
* [ ] Stealer/basic looter
30-
* [ ] AV Disable
30+
* [x] AV Disable
3131
* [ ] UAC Bypass (SilentCleanup)
3232
* [ ] BOF/Custom DLL execution for plugins
3333
* [ ] Keylogger
3434
* [ ] Route RabbitMQ traffic through Admin listener instead of directly connecting
3535
* [ ] Improved anti-vm (check BIOS information)
36+
* [x] Pretty good in golang implant
3637
* [x] More stable file uploads/downloads ([91a40f2](https://github.com/cbrnrd/maliketh/commit/91a40f2ba1cded5a025004a6143578fa84baec66))
3738
* [ ] Alternate C2 channels (WireGuard, DNS, Discord, Slack, etc.)
3839
* [x] Basic OS functions built in ([91a40f2](https://github.com/cbrnrd/maliketh/commit/91a40f2ba1cded5a025004a6143578fa84baec66))

0 commit comments

Comments
 (0)