Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS Ventura更新后报错segmentation fault (inter) #190

Closed
thelostworldFree opened this issue Feb 11, 2023 · 13 comments
Closed

macOS Ventura更新后报错segmentation fault (inter) #190

thelostworldFree opened this issue Feb 11, 2023 · 13 comments
Labels
bug Something isn't working

Comments

@thelostworldFree
Copy link

➜ Desktop ./genCrossC2.MacOS
[1] 57928 segmentation fault ./genCrossC2.MacOS
image

@gloxec
Copy link
Owner

gloxec commented Feb 14, 2023

手边无Ventura系统进行测试,暂时先使用Linux进行代替吧,后续会找环境测试该问题

@gloxec gloxec added the bug Something isn't working label Feb 14, 2023
@thelostworldFree
Copy link
Author

好的 谢谢

@x-Ai
Copy link

x-Ai commented Mar 14, 2023

➜ Desktop ./genCrossC2.MacOS [1] 57928 segmentation fault ./genCrossC2.MacOS image

是UPX壳导致的问题

@sincere9
Copy link

➜ 桌面 ./genCrossC2.MacOS [1] 57928 分段错误 ./genCrossC2.MacOS图像

是UPX外壳致的问题

这个目前有办法解决吗?

@sincere9
Copy link

手边无Ventura系统进入测试,暂时先使用Linux进入替代吧,后续会找环境测试该问题

用Linux生成的mac马运行也报错

@x-Ai
Copy link

x-Ai commented Mar 23, 2023

手边无Ventura系统进入测试,暂时先使用Linux进入替代吧,后续会找环境测试该问题

用Linux生成的mac马运行也报错

目前最新的UPX 4.02压缩后在Ventura上也不正常,UPX项目里有类似的issues。

@gloxec
Copy link
Owner

gloxec commented Mar 27, 2023

目前最新的UPX 4.02压缩后在Ventura上也不正常,UPX项目里有类似的issues。

@thelostworldFree @x-Ai @sincere9 可尝试对genCrossC2生成器使用 ups -d 进行解压后再使用,若可解决问题的话,后续将beacon将支持原始非压缩的生成方式。

@OFalwl
Copy link

OFalwl commented May 3, 2023

目前最新的UPX 4.02压缩后在Ventura上也不正常,UPX项目里有类似的issues。

@thelostworldFree @x-Ai @sincere9 可尝试对genCrossC2生成器使用 ups -d 进行解压后再使用,若可解决问题的话,后续将beacon将支持原始非压缩的生成方式。

能不能genCrossC2-Linux生成的时候加个参数,不要加UPX的壳生成的。然后自己去做免杀。生成出来的服务端,直接用upx -d解压不了还,还要手动脱UPX。麻烦作者搞个生成原生服务端的参数不加壳的。谢谢了

@gloxec
Copy link
Owner

gloxec commented Jun 15, 2023

@OFalwl 感谢建议👍,下个版本采用该方案来生成

@gloxec
Copy link
Owner

gloxec commented Sep 2, 2023

@OFalwl 最新版已支持upx可选压缩 https://github.com/gloxec/CrossC2/releases/tag/v3.2

@OFalwl
Copy link

OFalwl commented Sep 5, 2023

@OFalwl 最新版已支持upx可选压缩 https://github.com/gloxec/CrossC2/releases/tag/v3.2

非常感谢。

@dead5nd
Copy link

dead5nd commented Jan 15, 2024

下载的最新版本,inter mac13.4.1 ,还是会爆一样的错误,cs客户端显示生成了但是文件里面啥都没有,各位师傅有一样情况的吗?

@gloxec
Copy link
Owner

gloxec commented Jan 26, 2024

@dead5nd 生成器在Ventura上会因为upx的问题导致无法运行,建议brew install upx后,upx -d genCrossC2.Mac进行解压后再去使用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants