I gave up and just put it in a Docker image, it's not as important as the beacons being statically compiled
13 lines
527 B
JSON
13 lines
527 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "INSERT INTO beacon_template\n (template_name, operating_system, config_id, listener_id, source_ip, source_mac, source_mode, source_netmask, source_gateway, default_category, client_key, client_cert)\n VALUES\n (?, ?, ?, ?, ?, ?, 'host', ?, ?, ?, ?, ?)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 11
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "a65057fab44005996c4e5c8b0f2a69b7d786622c116452e8a131145b0832b43b"
|
|
}
|