Commit graph

153 commits

Author SHA1 Message Date
emanuele-f
fbb66951b5 Add alert score on hosts 2019-09-03 13:36:27 +02:00
Emanuele Faranda
c829c4c3c3
Unify os (#2755)
* Unify OS information.

Now OS information is only stored into the Host. The lua uses numeric IDs to handle OS.

* Fix network discovery OS

* Show OS detail into the host details page
2019-08-08 12:09:51 +00:00
Simone Mainardi
eedd4e9d60 Fixes traffic block button in hosts view
Fixes #2730
2019-07-24 17:37:36 +02:00
Simone Mainardi
b7da5b2840 Fixes empty VLAN column in the hosts page 2019-06-26 17:20:07 +02:00
Simone Mainardi
091e89d5a3 Implements hosts walker by address CIDR 2019-03-21 15:25:00 +01:00
Simone Mainardi
3a6e8f8797 Prevents host label from showing up when same as name 2019-03-06 15:47:53 +01:00
emanuele-f
c2c10ed491 Implement dhcp hosts filter 2019-02-27 16:20:55 +01:00
Luca
b775657f59 Added logic to report dropbox sharing information 2019-02-26 22:16:28 +01:00
Luca Deri
c1a29ea44d Fixes #2419 2019-02-22 23:27:24 +01:00
Simone Mainardi
c40bfb1a8e Implements custom column in the hosts stats page 2019-02-20 12:14:34 +01:00
emanuele-f
67f8ac0de0 Add nil check 2019-02-13 16:48:53 +01:00
Simone Mainardi
47a3d7b2ef Reworks layout of blacklisted flows and location 2019-02-13 14:25:20 +01:00
Simone Mainardi
9d393ad064 Removes debug prints 2019-02-13 14:03:22 +01:00
Simone Mainardi
2b2b37e624 Adds anomalous flows to the looking glass 2019-02-13 13:01:31 +01:00
emanuele-f
dbeabadbe6 Add checks for possibly nil host 2019-02-01 17:14:20 +01:00
Simone Mainardi
183dfa41f9 Handles IPv6 NDP to detect broadcast domain 2019-01-30 11:49:47 +01:00
Simone Mainardi
7fb3d17b6d Docs update with external traffic recording providers 2019-01-29 17:19:09 +01:00
Simone Mainardi
50e32be5a7 Properly handles Host ssdp and mdns without shadows 2019-01-25 12:39:43 +01:00
Simone Mainardi
bd7501f89a Fixes broken sort by seen since 2019-01-24 17:03:46 +01:00
Simone Mainardi
b58b30bea0 Use jdkson to produce JSON in get_hosts_data.lua 2019-01-24 16:22:11 +01:00
Alfredo Cardigliano
610cb69b9c builtin packet dump code cleanup (moving to continuous recording) 2018-10-25 09:56:52 +02:00
Simone Mainardi
57e035ed2f Implements One-Way traffic filter for hosts
Implements #2091
2018-10-12 12:56:52 +02:00
emanuele-f
4370df81e3 Remove unused HTTPBL 2018-09-27 16:14:46 +02:00
Alfredo Cardigliano
8dee23dca0 css line-through change 2018-09-20 23:41:58 +02:00
Alfredo Cardigliano
d653476cd6 ability to block/unblock hosts directly from the hosts list, line through the ip in case of blocked host 2018-09-20 23:30:34 +02:00
Luca Deri
d17bb9671f Added fix for #1755
Implemented OS detection via HTTP user agent
Minor cosmetic GUI fixes
2018-06-14 19:20:21 +02:00
Luca Deri
203404df5b Added changes to seamlessly use LuaJIT (default) or the standard (non JIT) Lua 2018-06-12 23:05:30 +02:00
Luca
f67849e5b9 Minor Lua cleanup 2018-05-30 22:34:26 +02:00
Luca Deri
77495ef9e1 Fixed minor interface glitches 2018-05-05 15:19:23 +02:00
Luca Deri
f0c936c368 Updated (C) to 2018 2018-03-22 21:59:42 +01:00
emanuele-f
86ac46abd4 Hide top hidden hosts 2018-03-05 16:01:33 +01:00
emanuele-f
51b3bdba3f Implement blacklisted hosts filter.
Implements #1639
2018-01-30 16:35:17 +01:00
Simone Mainardi
09ae32b324 AJAX updates of flows dropped 2017-12-14 19:56:13 +01:00
Simone Mainardi
45e2de0108 Hosts and pools sctive counts for flows and dropped flows 2017-12-14 18:19:48 +01:00
Simone Mainardi
2e6fa7cf27 Per-category flow filtering capabilities 2017-12-11 20:18:55 +01:00
Simone Mainardi
4bbe36c957 Removes unused DNS-based categorization 2017-10-31 13:53:17 +01:00
Simone Mainardi
817390c439 Fix: show mac label in ip if ip label not set 2017-10-10 19:19:36 +02:00
Luca Deri
454d1bd8b3 Disabled DHCP icon on IPv6 addresses for dual stack hosts 2017-09-18 13:26:32 +02:00
Luca Deri
276f1a0c10 DHCP assigned IP addresses are now marked with an icon
Added missing file nv.d3.js.map
Disabled reconfigure/rebuild whenever git index is changed
2017-09-18 13:21:35 +02:00
emanuele-f
08ec407fbb Migrate code to index based device type 2017-08-16 18:18:02 +02:00
emanuele-f
6cdcc0ffac Unify host and mac device types
Now the device type is a layer-2 concept and as such is stored into the Mac objects
2017-08-16 18:18:02 +02:00
Luca Deri
43cca84ebe Fix for #1401 2017-08-16 11:55:35 +02:00
Simone Mainardi
12d96b9d6a Adds long host names in dashboard views 2017-07-21 15:33:34 +02:00
Simone Mainardi
fcd007a5e9 Implements configurable UI displayed string length
Implements #1159
2017-07-21 13:00:44 +02:00
emanuele-f
12d0e8a0bb Quota gui improvements
- Filter flows with blocked traffic
- Filter hosts with blocked traffic
- Improve flow_details quota report
2017-06-05 18:09:56 +02:00
TakayukiOnodera
a8b773242e Localize some pages (#1284)
* Fix incorrect localization

* Localize some pages
2017-06-02 11:37:41 +02:00
Luca Deri
f9e84b9782 Fixed issues that prevented all hosts/MACs to be displayed in GUI 2017-05-09 00:25:34 +02:00
emanuele-f
9097333cf1 Always show IPv6 suffix in IPv6 host names 2017-05-04 21:28:11 +02:00
emanuele-f
1c38df48c9 Unify character encoding header code 2017-05-04 17:12:06 +02:00
Luca Deri
1c532234ce Reworked childSafe display 2017-05-01 23:15:57 +02:00