Golang中的BeaconEye实现,用于从内存中检测cobaltstrike信标并提取一些配置。

784 阅读1分钟

EvilEye

A BeaconEye implement in Golang used to detect the cobaltstrike beacon from memory and extract some configuration

EvilEye是Golang中的一个BeaconEye实现。它用于检测内存中的cobaltstrike信标并提取一些配置。

尝试和运行

下载EvilEye的版本

./EvilEye.exe

屏幕截图

A BeaconEye implement in Golang used to detect the cobaltstrike beacon from memory and extract some configuration

建立

go install github.com/akkuman/EvilEye

作为一个包来使用

package

TODO

  • 从内存中提取配置(部分完成)

参考资料

仓库:GitHub

github.com/akkuman/Evi…