From 00857abf2c008b77f3e1d9eba9505b1b22239543 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 10 Sep 2021 22:00:04 +0200 Subject: Added new risk for clear text credentials --- python/ndpi.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/ndpi.py b/python/ndpi.py index 8746e4f71..fb5c8af2c 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -327,6 +327,7 @@ typedef enum { NDPI_TLS_SUSPICIOUS_EXTENSION, NDPI_TLS_FATAL_ALERT, NDPI_SUSPICIOUS_ENTROPY, + NDPI_CLEAR_TEXT_CREDENTIALS, /* Leave this as last member */ NDPI_MAX_RISK -- cgit v1.2.3