-
Notifications
You must be signed in to change notification settings - Fork 348
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
Linux-bind无法使用 #95
Comments
1.生成bind时,ip与port字段无需考虑 |
CrossC2: 2.2.2 |
在
之前提出的疑似点已排除, 这里有两个问题:
是否测试过是防火墙的问题,有无尝试使用nc监听4444端口,查看时候收到数据?
尝试使用CrossC2 2.2.4版本,是否存在同样问题? |
将在下个版本中修复 |
v2.2.5版本已修复该问题 |
生成linux-bind类型beacon使用的命令如下: ↓↓↓↓↓↓ (这里有个疑问,是不是只需要指定Linux-bind,像前边的ip和port填null就行?)
./genCrossC2.MacOS 192.168.225.24 1443 cobaltstrike.beacon_keys null Linux-bind x64 ./test2
./test2 4444
正向beacon监听4444端口connect 192.168.225.30 4444
使用session去连接正向beacon
监听的4444没有连接成功,并且会导致用来执行
connect
命令的session掉线。测试使用的环境均为:
Linux localhost.localdomain 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
测试过程中未添加使用任何profile
The text was updated successfully, but these errors were encountered: