DeimosC2 Versions Save

DeimosC2 is a Golang command and control framework for post-exploitation.

1.1.0-beta.1

2 years ago

What's Changed

  • Solves #39
    • This was caused by an incorrect block scoping of the return variable and was a purely cosmetic issue, but it's been fixed and returns similar output to sending a shell command.
  • Reimplements Fix for #3
    • The fix originally implemented was overly complex for what was needed. There is now a check if the command contains a pipe character and will pass the raw command to the server and not attempt to use the yargs parser in the front end.

1.1.0

3 years ago

Bug Fixes

  • Fixed pipe issues when executing commands
  • Fixed agent comments alignment
  • Fixed agent loot API and GUI table word wrapping
  • Compiled Linux version with Debian 8 so GLIBC_2.14 and up is supported
  • Working on PHP shell

Additions/Enhancements

  • Added ability to dynamically add techniques to agents during compile time
  • Adding domain hiding with TLS 1.3 and ESNI

1.0.0

3 years ago

First release of Deimos