mirror of
https://github.com/Adaptix-Framework/AdaptixC2
synced 2026-06-08 10:20:39 +00:00
ac0a35f8fe
go mod update ts fix
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"Teamserver": {
|
|
"interface": "0.0.0.0",
|
|
"port": 4321,
|
|
"endpoint": "/endpoint",
|
|
"password": "pass",
|
|
"cert": "server.rsa.crt",
|
|
"key": "server.rsa.key",
|
|
"extenders": [
|
|
"extenders/listener_beacon_http/config.json",
|
|
"extenders/listener_beacon_smb/config.json",
|
|
"extenders/listener_beacon_tcp/config.json",
|
|
"extenders/agent_beacon/config.json",
|
|
"extenders/listener_gopher_tcp/config.json",
|
|
"extenders/agent_gopher/config.json"
|
|
],
|
|
"access_token_live_hours": 12,
|
|
"refresh_token_live_hours": 168
|
|
},
|
|
|
|
"ServerResponse": {
|
|
"status": 404,
|
|
"headers": {
|
|
"Content-Type": "text/html; charset=UTF-8",
|
|
"Server": "AdaptixC2",
|
|
"Adaptix Version": "v0.7"
|
|
},
|
|
"page": "404page.html"
|
|
},
|
|
|
|
"EventCallback": {
|
|
"Telegram": {
|
|
"token": "",
|
|
"chats_id": []
|
|
},
|
|
"new_agent_message": "New agent: %type% (%id%)\n\n%user% @ %computer% (%internalip%)\nelevated: %elevated%\nfrom: %externalip%\ndomain: %domain%"
|
|
}
|
|
}
|