-
Notifications
You must be signed in to change notification settings - Fork 159
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
Comments
You need to enter the AES Key when logging in. This can be found in Profile.json. The default is: QWERt_CSDMAHUATW |
you also need to change the Teamserver IP which is very important |
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: { Would you be able to post sample profile.json that works with the newest version of teamserver? Thank you in advance |
Teamserver -g, build new profile.json |
Thank you very much for help! |
你的 Key 没有填,默认的应该是:QWERt_CSDMAHUATW,可以通过修改 profile.json 来自定义这个参数 |
感谢指导 |
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!
The text was updated successfully, but these errors were encountered: