Open matmad opened 1 month ago
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.
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:
{ "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
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
Thank you very much for help!
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!