Skip to content

Latest commit

 

History

History
155 lines (95 loc) · 4.66 KB

CHANGELOG.md

File metadata and controls

155 lines (95 loc) · 4.66 KB

Changelog

Changes to the Thanatos project.

This changelog file adheres to keepachangelog.

0.1.11 - 2024-12-19

Fixed

  • Fixes netstat command to include the browser script 7ef0969.

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.

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

0.1.8 - 2024-02-06

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

0.1.7 - 2024-02-02

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

0.1.6 - 2024-01-31

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 for supported ones 81dde08

0.1.5 - 2023-12-18

Fixed

  • Windows builds failing due to missing libssp link flag 871ce1d

0.1.4 - 2023-12-12

Added

  • Github actions workflow automation

0.1.3 - 2023-12-11

Changed

  • Time stamp manipulation from seconds to milliseconds
  • Pinned python version to python 3.11
  • Rewrite ls browser script

Fixed

  • ssh list of commands
  • Upload command
  • ps command on Linux

0.1.2 - 2023-11-29

0.1.1 - 2023-11-29

Added

  • BSD-3 License to project
  • Support for Mythic v3

Changed

  • Renamed agent from Tetanus to Thanatos
  • Changed deprecated chrono crate calls to supported ones

Fixed

  • Upload command not working due to Mythic changes
  • Builds for 32 bit Linux
  • Installed right openssl perl dependencies for Windows builds
  • Bumped compiled openssl version

Removed

  • Support for building Windows shellcode. Will be back in v0.2.0
  • Support for statically linked Linux 32-bit payloads due to musl/openssl limitation

0.1.0 - 2022-03-25

Initial public release