CrossC2 icon indicating copy to clipboard operation
CrossC2 copied to clipboard

Linux无法上线

Open ghost opened this issue 1 year ago • 5 comments

CS4.5 Windows使用genCrossC2生成t_cc2.out,在Linux服务端运行报错 error]: [parse lib]: /tmp/.sys.rrcache.data: invalid ELF header! [error]: [parse lib]: ./.sys.rrcache.data: invalid ELF header! [error]: [parse symbol]: (null)!

生成的命令为genCrossC2.exe xxxx 8443 C:\Users\Unknown\Desktop\c.beacon_keys C:\Users\Unknown\Desktop\hsf.profile Linux x64 t_cc2.out raw

ghost avatar May 13 '24 14:05 ghost

3.3 stable版本

ghost avatar May 13 '24 23:05 ghost

genCrossC2.exe xxxx 8443 C:\Users\Unknown\Desktop\c.beacon_keys C:\Users\Unknown\Desktop\hsf.profile Linux x64 t_cc2.out raw

使用c2profile自动解析时,应当在自定义协议库参数处详细指定 <自定义协议库>;<底层配置>;<c2profile>

"rebind.so" - 自定义协议库
"rebind.so;config.ini" - 自定义协议库 + 底层配置
";;c2profile.profile" - c2profile自解析
";config.ini;c2profile.profile" - 底层配置 + c2profile自解析

genCrossC2.exe ... ";;C:\Users\Unknown\Desktop\hsf.profile" Linux x64 t_cc2.out raw

gloxec avatar May 15 '24 02:05 gloxec

加了;;也试过了,也是同样的错

ghost avatar May 15 '24 02:05 ghost

c:\\Users\\...\\hsf.profile 这种呢?

gloxec avatar May 15 '24 02:05 gloxec

我后面测下,需要重新搭建环境。谢谢。

ghost avatar May 15 '24 02:05 ghost