Skip to content
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

Issue with TemServer on Windows 11 #35

Open
matmad opened this issue Oct 10, 2024 · 9 comments
Open

Issue with TemServer on Windows 11 #35

matmad opened this issue Oct 10, 2024 · 9 comments

Comments

@matmad
Copy link

matmad commented Oct 10, 2024

Hi
When I start Teamserver I get the error: Error in ProfileJsonRead: The given key was not present in the dictionary.

Here is my profile.json file:
{
"TeamServerIP": "127.0.0.1",
"TeamServerPort": "8880",
"Password": "123456",
"StagerPort": "4050",
"Telegram_Token": "",
"Telegram_chat_ID": "",
"Fork": true,
"Route": "www",
"Process64": "C:\windows\system32\notepad.exe",
"Process86": "C:\Windows\SysWOW64\notepad.exe",
"WebServers": [],
"listeners": [],
"rdiShellcode32": "",
"rdiShellcode64":""
}

Please advise, thank you in advance!

@matmad
Copy link
Author

matmad commented Oct 10, 2024

Ok, I fixed it by running TeamServer as Administrator. Unfortunately now when I try to log in I just get the message from screenshot and then nothing happens.

image

@INotGreen
Copy link
Owner

You need to enter the AES Key when logging in. This can be found in Profile.json. The default is: QWERt_CSDMAHUATW

@INotGreen
Copy link
Owner

you also need to change the Teamserver IP which is very important

@matmad
Copy link
Author

matmad commented Oct 10, 2024

Hello again and thank you very much for quick answer. I was trying to find a sample file of profile.json, but the only one I could find is this:

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

Would you be able to post sample profile.json that works with the newest version of teamserver? Thank you in advance

@INotGreen
Copy link
Owner

INotGreen commented Oct 10, 2024

Teamserver -g, build new profile.json
Read: https://github.com/INotGreen/XiebroC2/wiki/%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B

@matmad
Copy link
Author

matmad commented Oct 10, 2024

Thank you very much for help!

@R1occccccccc
Copy link

image
构建服务后无法连接

@INotGreen
Copy link
Owner

你的 Key 没有填,默认的应该是:QWERt_CSDMAHUATW,可以通过修改 profile.json 来自定义这个参数

@R1occccccccc
Copy link

感谢指导

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants