mirror of
https://github.com/Adaptix-Framework/AdaptixC2
synced 2026-06-08 10:20:39 +00:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"Teamserver": {
|
|
"interface": "0.0.0.0",
|
|
"port": 4321,
|
|
"endpoint": "/endpoint",
|
|
"password": "pass",
|
|
"only_password": true,
|
|
"operators": {
|
|
"operator1": "pass1",
|
|
"operator2": "pass2"
|
|
},
|
|
"cert": "server.rsa.crt",
|
|
"key": "server.rsa.key",
|
|
"extenders": [
|
|
"extenders/beacon_listener_http/config.json",
|
|
"extenders/beacon_listener_smb/config.json",
|
|
"extenders/beacon_listener_tcp/config.json",
|
|
"extenders/beacon_agent/config.json",
|
|
"extenders/gopher_listener_tcp/config.json",
|
|
"extenders/gopher_agent/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": "v1.0"
|
|
},
|
|
"page": "404page.html"
|
|
},
|
|
"EventCallback": {
|
|
"Telegram": {
|
|
"token": "",
|
|
"chats_id": []
|
|
},
|
|
"Slack": {
|
|
"webhook_url": ""
|
|
},
|
|
"Webhooks": [
|
|
{
|
|
}
|
|
],
|
|
"new_agent_message": "New agent: %type% (%id%)\n\n%user% @ %computer% (%internalip%)\nelevated: %elevated%\nfrom: %externalip%\ndomain: %domain%",
|
|
"new_cred_message": "New secret [%type%]:\n\n%username% : %password% (%domain%)\n\nStorage: %storage%\nHost: %host%",
|
|
"new_download_message": "File saved: %path% [%size%] from %computer% (%user%)"
|
|
}
|
|
} |