- Build static musl binaries (work on any Linux distro) - Redesign ostp-guard with weighted scoring system (threshold: 4 points) - HIGH (2pts): Analysis tools (gdb/ida/ghidra), sandbox artifacts - MEDIUM (1pt): Low resources (<1GB RAM), suspicious env vars - Production VPS safe (1-2 points), sandbox blocked (4+ points) - Anti-debug: Windows (IsDebuggerPresent), Linux (/proc/self/status) - Deployment packages for Linux + Windows with SHA256 checksums
12 lines
270 B
JSON
12 lines
270 B
JSON
{
|
|
"listen": "0.0.0.0:8443",
|
|
"psk": "AUTO",
|
|
"master_node_url": "http://master.ospab.internal:8080",
|
|
"node_name": "ostp-node-1",
|
|
"hardware_id": "server-unique-id",
|
|
"region": "us-west",
|
|
"country_code": "US",
|
|
"max_connections": 1024,
|
|
"log_level": "info"
|
|
}
|