1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
| ``` 启动参数 ./teamserver <host> <password> [/path/to/c2.profile] [YYYY-MM-DD]
必填参数host 本服务器外网IP/域名 必填参数password Client GUI连接时需要输入的密码 可选参数Malleable C2 communication profile 指定C2通信配置文件 该功能体现了CS的强大扩展性 可选参数kill date 指定所有payload的终止日期 这里用 ./teamserver 192.168.0.120(本机ip) 123456(登入密码)
```
参考: https://cloud.tencent.com/developer/article/1844863
git clone https://github.com/open-dingtalk/pierced.git ./ding -config=./ding.cfg -subdomain=kfire 44444
wget -O cloudflared https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 ./cloudflared tunnel --url http://127.0.0.1:44444 执行后生成 https://microsoft-sept-ghz-ot.trycloudflare.com ping 后得到IP 104.18.0.142
python3 -m http.server 44444
|