Releases: MythicAgents/thanatos
Releases · MythicAgents/thanatos
Thanatos v0.1.13
0.1.13 - 2025-05-18
Added
- Configuration options for building the shared library which modify how it can be loaded 1cd04aa.
Changed
- Update
mythic-container
python dependency to 0.4.19 4dc6582.
- Refactor
portscan.rs
to satisfy clippy lints e1a16d0.
Thanatos v0.1.12
0.1.12 - 2025-05-18
Fixed
- Issue where the agent will exit after performing the initial checkin 51e1554.
Thanatos v0.1.11
0.1.11 - 2024-12-19
Fixed
- Fixes netstat command to include the browser script 7ef0969.
Thanatos v0.1.10
0.1.10 - 2024-12-19
Added
netstat
command for returning active network connections authored by @maclarel added in #40.
Changed
- Deprecated functions from the chrono crate were removed and replaced with supported versions #42.
- Miscellaneous project source refactoring to cleanup compile and lint warnings #43.
Thanatos v0.1.9
0.1.9 - 2024-03-17
Added
Changed
- releases: add release automation 3ac7905
- ci: add container build action d38aa47
- ci: remove main from lint checks be67690
Removed
- ci: remove base image build composite workflow 86815f4
Thanatos v0.1.8
v0.1.8
Added
- Scripts for running CI lint tests locally
- Path triggers for release workflow
Changed
- Removed
libssp-0.dll
runtime dependency for Windows agents
- Set line length for Mythic code CI checks to 90 columns
- Bumped docker container Fedora version to Fedora 39
Thanatos v0.1.7
v0.1.7
Changed
- Modify lint workflow to include HTTP configuration 60b34aa
Fixed
- Fix build error due to profiles not being mut 7a29fe4
- Fix typo in sshspawn command parameter description 93e5bb3
- fix(#19): Add Thanatos artifacts into base image e3dbd69
Thanatos v0.1.6
v0.1.6
Added
remote_images
key in config.json metadata a109d9b
- Agent capabilities metadata file
agent_capabilities.json
cc3cc48
- Github Actions workflow for running static analyzers against codebase
- Github Actions workflow for staging releases in a
release/**
branch
Changed
- Separated out the
.gitignore
file to multiple directories
Fixed
- Typo in the Mythic code for the
mv
command
- Removed all build warnings
- Replaced deprecated chrono calls for supported ones 9c302a4
Thanatos v0.1.5
v0.1.5
Fixed
- Windows builds failing due to missing libssp link flag 871ce1d
Thanatos v0.1.4
v0.1.4
Added
- Github actions workflow automation