v1.4
版本发布时间: 2024-08-04 02:55:10
chvancooten/NimPlant最新发布版本:v1.4(2024-08-04 02:55:10)
NimPlant is back for Black Hat season! This release adds a fully-featured Rust implant besides the "classic" Nim version. The Rust implant is written from scratch and is designed to be more conscious about memory management (e.g. configuration parsing), while supporting all the goodies that the Nim version does¹. The release also adds Docker for all your (cross-)compilation or server hosting needs - without the dependency issues!
New features
- Added fully-featured, Rust-based implant 🦀🎉
- Added Dockerfile to allow easy compilation and server portability without dependency issues
- Docker image is published to chvancooten/nimplant by CI/CD
- Added example
docker-compose.yml
that demonstrates how to use Nginx as reverse proxy
Enhancements
- Replace manual argument parsing with argparse in
nimplant.py
helper script (https://github.com/chvancooten/NimPlant/commit/939ed19a8edc998b6b6e3f13859692c17d08d19a) - Various enhancements to CI/CD pipeline
Bugfixes
- Improve argument parsing and transmission (close #21)
- Fix bug with server exit logic when nimplants are late (https://github.com/chvancooten/NimPlant/commit/74a581f72cb27cd3504899a989a04c7f31ea379b)
- Fix bug where jitter was set incorrectly (https://github.com/chvancooten/NimPlant/commit/ee98e2da3f8ae39be628becb0a906688ae90807e)
Other
- Added
strings_test.yar
to allow opsec checks on disk and/or in-memory - Added VS Code devcontainer configuration
- Update dependencies for GUI and Python components
Full Changelog: https://github.com/chvancooten/NimPlant/compare/v1.3...v1.4
¹ Sleep masking not yet supported for the Rust implant.