MythicAgents / thanatos

Mythic C2 agent targeting Linux and Windows hosts written in Rust
BSD 3-Clause "New" or "Revised" License
310 stars 42 forks source link

[bug] upload command seems to fail on the mythic server side. #9

Closed hulto closed 1 year ago

hulto commented 1 year ago

image

Tested on Linux and Windows same error for both. Seems to be line 56, best guess the argument "path" doesn't exist. image

Other commands seem to work as expected.

Running on an Ubuntu 22.04 server. I setup the mythic server with the following commands:

apt update && apt install tmux vim docker.io docker-compose git
git clone https://github.com/its-a-feature/Mythic.git
cd Mythic
./mythic-cli install github https://github.com/MythicAgents/apfell
./mythic-cli install github https://github.com/MythicC2Profiles/http
./mythic-cli start
./mythic-cli install github https://github.com/MythicAgents/tetanus
./mythic-cli install github https://github.com/MythicAgents/freyja
MEhrn00 commented 1 year ago

I see the issue. I'll try to have a fix either by the end of today or this weekend.

MEhrn00 commented 1 year ago

Check if this fixes it. https://github.com/MythicAgents/tetanus/commit/de1d5b6c7c66859b32d7ce6f980066ec63e8952d