From c4ac53a03fa1fbfd5a5d7fea507cfcbe5b307914 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 23 Dec 2021 21:30:16 +0100 Subject: Added support for Log4J/Log4Shell detection in nDPI via a new flow risk named NDPI_POSSIBLE_EXPLOIT --- python/ndpi.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/ndpi.py') diff --git a/python/ndpi.py b/python/ndpi.py index d3a1f6389..6990ab03f 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -330,6 +330,8 @@ typedef enum { NDPI_CLEAR_TEXT_CREDENTIALS, NDPI_DNS_LARGE_PACKET, NDPI_DNS_FRAGMENTED, + NDPI_INVALID_CHARACTERS, + NDPI_POSSIBLE_EXPLOIT, /* Leave this as last member */ NDPI_MAX_RISK -- cgit v1.2.3