0%

隐藏cs学习

隐藏cs学习

QQ群:397745473

常见的CS隐藏方案有这些:

1
CobaltStrike : https://www.t00ls.cc/viewthread.php?tid=60647

域名隐藏

CDN隐藏

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
​```
启动参数 ./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://www.xcnte.com/archives/844/
# ./teamserver 192.168.0.120 123456
# ./cobaltstrike
​```

参考: https://cloud.tencent.com/developer/article/1844863
# ding(基于钉钉的内网穿透工具)
# https://github.com/open-dingtalk/pierced 或 https://github.com/mzlogin/ding-tunnel
git clone https://github.com/open-dingtalk/pierced.git
./ding -config=./ding.cfg -subdomain=kfire 44444

# cloudflared(基于cloudflare的内网穿透工具)
# https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/installation
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

云函数隐藏

DNS隐藏

QQ群:397745473

欢迎关注我的其它发布渠道