Skip to content

快速开始

[email protected] edited this page Aug 19, 2024 · 11 revisions

Teamserver 安装

下载 release 中最新版本:XiebroC2

首先生成默认的 profile.json 文件

Teamserver.exe -g

控制台输出:生成 profile.json 成功

The original profile.json was successfully generated!

显示参数

Teamserver.exe -h

将profile.json文件中的TeamServerIP修改为你的vps地址

{
  "Banner": "3.2",
  "TeamServerIP": "192.168.1.4",
  "TeamServerPort": "8880",
  "Password": "123456",
  "StagerPort": "4050",
  "Telegram_Token": "",
  "Telegram_chat_ID": "",
  "Fork": true,
  "Route": "www",
  "AesKey": "QWERt_CSDMAHUATW",
  "Process64": "C:\\windows\\system32\\notepad.exe",
  "Process86": "C:\\Windows\\SysWOW64\\notepad.exe",
  "WebServers": [],
  "listeners": [],
  "rdiShellcode32": "",
  "rdiShellcode64": ""
}

开始:

Teamserver.exe -c profile.json

控制端(目前只支持windows)

AesKey在profile.json中修改

添加监听器

攻击->监听器->添加,选择payload

Windows

demo.mp4
Clone this wiki locally