Ne0nd0g / merlin

Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
GNU General Public License v3.0
5.03k stars 798 forks source link

Agent gets a HTTP 415 Unsupported Media Type Status from Server #150

Closed gaoxiu27 closed 8 months ago

gaoxiu27 commented 8 months ago

Prerequisite

Expected Behavior

Agent should authentication/checkin with the server

Actual Behavior

Agent receives HTTP 415 Unsupported Media Type Status

image

Steps to Reproduce Behavior

Download lastest prebuild version.

Server $> ./merlinServer-Linux-x64

Agent $> ./merlinAgent-Linux-x64 -url https://127.0.0.1:50051

Misc Information

gaoxiu27 commented 8 months ago

Arggh my bad, I simply didn't created a listener and therefore was connecting to the CLI interface with an agent :/

gaoxiu27 commented 8 months ago

If you don't mind, please delete this issue, since the issue was 'me'