Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnrd committed Nov 23, 2023
1 parent 0639f87 commit e8cf456
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e8cf456

Please sign in to comment.