v1.1.0
What's Changed
- Add
codespell
to.pre-commit-config.yaml
and fixed typos by @yunzheng in #41 - Update git repo for flake8 by @yunzheng in #43
- Add Cobalt Strike 4.8 version detection by @yunzheng in #44
- Decode SETTING_DOMAINS using latin-1 instead of ascii codec by @yunzheng in #45
- Print beacon version information when running
beacon-dump -v
by @yunzheng in #46 - Improve support for Cobalt Strike v4.7 and v4.8 by @yunzheng in #47
- Updates to C2 and Client Code to better handle certain beacon configs by @drb-ra in #48
- Speed up finding non standard beacon XOR keys by @yunzheng in #49
- Switch to
ruff
linter by @yunzheng in #50 - Fix
tox -e build
by pinning Python version by @yunzheng in #51 - Pin dissect.cstruct < 4.0 for now by @yunzheng in #54
New Contributors
Full Changelog: v1.0.0...v1.1.0