made it also possible to download individual beacons as opposed to just the installer, to provide more options and make it easier to test
13 lines
590 B
JSON
13 lines
590 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "INSERT INTO beacon_template\n (template_name, operating_system, config_id, listener_id, source_ip,\n source_mac, source_mode, source_netmask, source_gateway, default_category,\n client_key, client_cert, source_interface)\n VALUES\n (?, ?, ?, ?, ?, ?, 'host', ?, ?, ?, ?, ?, ?)",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 12
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "bb55c34fc7e98138c4850452430fd8a6a1e65f84591ab069893cec65e8daaf83"
|
|
}
|