mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
device-observatory: add new package
Shows network/wireless activity on a local website to increase awareness for privacy and security matters. Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
committed by
Karl Palsson
parent
8b37cf3b06
commit
0d2948b660
@@ -0,0 +1,26 @@
|
||||
|
||||
config setup
|
||||
list dev 'wlan0'
|
||||
list mdev 'mon0'
|
||||
|
||||
option mac_db '/usr/share/device-observatory/macdb.txt'
|
||||
option port_db '/etc/services'
|
||||
|
||||
# Optional JSON output into file
|
||||
# option json_output '/tmp/device-observatory.json'
|
||||
|
||||
# Time after which a device is removed from the record
|
||||
option device_timeout 3600
|
||||
|
||||
# Create monitoring interface mon0 based on physical interface wifi phy0.
|
||||
# See 'iw dev' output for a list of interfaces.
|
||||
list create_monitor 'mon0'
|
||||
|
||||
# Track router itself as device
|
||||
option track_localhost 0
|
||||
|
||||
# Set to 0 to disable webserver
|
||||
option webserver_port 8080
|
||||
|
||||
# Not needed, all necessary files are included
|
||||
# option webserver_path '/www'
|
||||
Reference in New Issue
Block a user