I gave up and just put it in a Docker image, it's not as important as the beacons being statically compiled
39 lines
740 B
JSON
39 lines
740 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT listener_id, port, public_ip, domain_name FROM beacon_listener",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "listener_id",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
},
|
|
{
|
|
"name": "port",
|
|
"ordinal": 1,
|
|
"type_info": "Integer"
|
|
},
|
|
{
|
|
"name": "public_ip",
|
|
"ordinal": 2,
|
|
"type_info": "Text"
|
|
},
|
|
{
|
|
"name": "domain_name",
|
|
"ordinal": 3,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false,
|
|
false,
|
|
false,
|
|
false
|
|
]
|
|
},
|
|
"hash": "9f670c6682e2ece7bc260dab048cc684ec070d024bf3fae99179c3b198d271f2"
|
|
}
|