d3vzer0 / reternal-quickstart

Repo containing docker-compose files and setup scripts without having to clone the individual reternal components
107 stars 24 forks source link

Linux 64bit ELF agent bug #1

Closed rcfontana closed 5 years ago

rcfontana commented 5 years ago

Error while executing the agent payload.bin file for 64bit ELF.

panic: interface conversion: interface {} is nil, not []interface {}

goroutine 5 [running]:
main.StartPulse()
    /reternal-agent/agent/src/corebeacon.go:73 +0x27d
created by main.StartBeacon
    /reternal-agent/agent/src/corebeacon.go:65 +0x37
d3vzer0 commented 5 years ago

Issue occured because the default beaconing destination was set up to an incorrect url/port. Changed the defaults to match the docker-compose file. Will add proper error handling inside the corebeacon code to quit without an explicit error.