poseidon icon indicating copy to clipboard operation
poseidon copied to clipboard

Getting a memory error while testing Poseidon

Open ZerkerEOD opened this issue 3 years ago • 2 comments

I am getting a memory error every time I try to run the keylog. Not sure if I am doing something wrong or not.

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0x6b476d]

goroutine 23 [running]:
github.com/MythicAgents/poseidon/Payload_Type/poseidon/agent_code/keylog/keystate.keystateMonitor(0xc00010e0b8)
	/Mythic/agent_code/keylog/keystate/keystate_unix.go:317 +0x12d
created by github.com/MythicAgents/poseidon/Payload_Type/poseidon/agent_code/keylog/keystate.keyLogger
	/Mythic/agent_code/keylog/keystate/keystate_unix.go:413 +0x6e

ZerkerEOD avatar Nov 04 '21 21:11 ZerkerEOD

I'll take a look at this. Definitely haven't thoroughly testing keylogging. You see this error on a linux host right? What flavor and kernel version?

xorrior avatar Jan 13 '22 00:01 xorrior

It was a Linux host. It was a while ago but I am pretty sure it was just a DO droplet running a newer ubuntu OS for testing. I am sorry I am not sure of the kernel version though.

ZerkerEOD avatar Jan 14 '22 22:01 ZerkerEOD