forked from smittix/intercept
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintercept_agent.cfg
More file actions
59 lines (47 loc) · 1.36 KB
/
intercept_agent.cfg
File metadata and controls
59 lines (47 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# =============================================================================
# INTERCEPT AGENT CONFIGURATION
# =============================================================================
# This file configures the Intercept remote agent.
# Copy this file and customize for your deployment.
[agent]
# Agent name (used to identify this node in the controller)
# Default: system hostname
name = sensor-node-1
# HTTP server port
# Default: 8020
port = 8020
# Comma-separated list of allowed client IPs (empty = allow all)
# Example: 192.168.1.100, 192.168.1.101, 10.0.0.0/8
allowed_ips =
# Enable CORS headers for browser-based clients
# Default: false
allow_cors = false
[controller]
# Controller URL for push mode
# Example: http://192.168.1.100:5050
url =
# API key for controller authentication (shared secret)
api_key =
# Enable automatic push of scan data to controller
# Default: false
push_enabled = false
# Push interval in seconds (minimum time between pushes)
# Default: 5
push_interval = 5
[modes]
# Enable/disable specific modes on this agent
# Set to false to disable a mode even if tools are available
# Default: all true
pager = true
sensor = true
adsb = true
ais = true
acars = true
aprs = true
wifi = true
bluetooth = true
dsc = true
rtlamr = true
tscm = true
satellite = true
listening_post = true