diff options
author | Luca Deri <deri@ntop.org> | 2021-09-10 22:00:04 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-09-10 22:00:04 +0200 |
commit | 00857abf2c008b77f3e1d9eba9505b1b22239543 (patch) | |
tree | ce6adc2088f29a1e10bccc98363e190982d77bc2 /python | |
parent | 1fadf4754a1741e6fd690dbb65ae778fd1dc0313 (diff) |
Added new risk for clear text credentials
Diffstat (limited to 'python')
-rw-r--r-- | python/ndpi.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |