sparse-v2/sparse-server/.sqlx/query-75816d6d1484350d4a1c37b6679237007868f10438ee9cbd7ae67eeaa345be0f.json
Andrew Rioux c0fe4f2bdb
fix: everything builds
made it also possible to download individual beacons as opposed to just
the installer, to provide more options and make it easier to test
2025-02-13 15:03:14 -05:00

93 lines
1.9 KiB
JSON

{
"db_name": "SQLite",
"query": "SELECT operating_system, source_ip, source_mac, source_mode, source_netmask,\n source_gateway, port, public_ip, domain_name, certificate, client_cert, client_key,\n source_interface\n FROM beacon_template JOIN beacon_listener",
"describe": {
"columns": [
{
"name": "operating_system",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "source_ip",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "source_mac",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "source_mode",
"ordinal": 3,
"type_info": "Text"
},
{
"name": "source_netmask",
"ordinal": 4,
"type_info": "Integer"
},
{
"name": "source_gateway",
"ordinal": 5,
"type_info": "Text"
},
{
"name": "port",
"ordinal": 6,
"type_info": "Integer"
},
{
"name": "public_ip",
"ordinal": 7,
"type_info": "Text"
},
{
"name": "domain_name",
"ordinal": 8,
"type_info": "Text"
},
{
"name": "certificate",
"ordinal": 9,
"type_info": "Blob"
},
{
"name": "client_cert",
"ordinal": 10,
"type_info": "Blob"
},
{
"name": "client_key",
"ordinal": 11,
"type_info": "Blob"
},
{
"name": "source_interface",
"ordinal": 12,
"type_info": "Blob"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false,
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
true
]
},
"hash": "75816d6d1484350d4a1c37b6679237007868f10438ee9cbd7ae67eeaa345be0f"
}