hooooooooooook

Results 85 comments of hooooooooooook

大致在v0.46或v0.47左右,以及其他的低版本兼容?具体可支持的frps最高版本暂无测试

感谢提示,后续将修复此错误问题

可以具体描述信息吗?还有这里的bind port是指? 关于header host: 1.在生成crossc2时,指定的host和port值会替换到请求体http header的host处 2.使用c2profile自动解析时,会将c2profile中定义的get-post/http header值全部替换置到请求体http header中(包含host等等) 3.使用通信协议自定义库时,则可以自己编写整个http请求内容

1. 如果使用自定义协议库,可自由编写http请求体的所有内容 2. 如果直接使用c2profile解析方式生成beacon,是支持该工具下正常上线的,如果还是无法上线,可能需要仔细核对redguard提示的错误项 ``` $ ./genCrossC2 www.example.com 443 .cs_key ";;c2profile.profile" Linux x64 ./a.out $ ./a.out ``` 例如出现`UserAgent不符合`,`http请求Header头不符合`,`Host地址不对`时,需检查c2profile中有无配置正确的数据段 ```js c2profille: set useragent "Mozilla....."; # 1. 可直接全局配置UserAgent http-get { client {...

无法确定是c2profile解析异常,还是cs4.9.1版本导致的,手边暂无该版本无法测试 建议拷贝其他版本可用的c2profile中的http-get/post内容到4.9.1中进行测试 如果是c2profile导致的,可以在修改删除其中数据,保留大致结构内容后帖一份上来

PR auto compile result: Linux: https://github.com/CrossC2/CrossC2Kit/actions/runs/2447006162/attempts/1#summary-6753486225 MacOS: https://github.com/CrossC2/CrossC2Kit/actions/runs/2447006162/attempts/1#summary-6753486339 # Linux ## Arch `Linux fv-az184-605 5.4.0-1080-azure #83~18.04.2-Ubuntu SMP Thu May 19 18:52:16 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux` ## Build Result...

在你截图中,CrossC2菜单下面已经有了`CrossC2Kit Setup`选项,说明插件已经成功加载。 CrossC2Kit主要作用于操作目标上 1. 对目标session点击鼠标右键,可以看到可支持的GUI功能 2. 在目标session中,输入`?`后,可以看到一些支持的命令行插件 > 比如端口扫描键盘记录等 内置的端口扫描功能因为体积问题,暂时屏蔽了,可以在这里看到进行了注释 https://github.com/CrossC2/CrossC2Kit/blob/8f0282789ec4f5cb3eae549e76e3b93fc88a1a62/CrossC2Kit_Loader.cna#L8 键盘记录Linux不可用,主要用于MacOS系统,插件会判断上线session的系统,来决定显示支持的功能 https://github.com/CrossC2/CrossC2Kit/blob/8f0282789ec4f5cb3eae549e76e3b93fc88a1a62/CrossC2Kit_Loader.cna#L258-L263 这里66行代码可以看到仅支持MacOS https://github.com/CrossC2/CrossC2Kit/blob/8f0282789ec4f5cb3eae549e76e3b93fc88a1a62/gather/keylogger/osx/keylogger_osx2.cna#L61-L70

在其他功能实现前,这个功能可能暂时不加入

The built-in c2profile of cs sets the communication uri to `/load`, so when cs is modified or an external c2profile is used, an error will occur when requesting this address....

> this is the command im using `./genCrossC2.Linux 10.10.10.9 443 ';;c2profile.profile' null null Linux x64 linux_beacon` `./genCrossC2.Linux 10.10.10.9 443 null ';;c2profile.profile' Linux x64 ./linux_beacon`