From 37ff626e78149b4eb877b042672801b58d797100 Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 3 Feb 2022 09:17:54 +0100 Subject: Added new IDN/Punycode risk for spotting internationalized domain names --- python/ndpi.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/ndpi.py') diff --git a/python/ndpi.py b/python/ndpi.py index 8b90c912e..1b47d8a17 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -333,6 +333,7 @@ typedef enum { NDPI_INVALID_CHARACTERS, NDPI_POSSIBLE_EXPLOIT, NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE, + NDPI_PUNYCODE_IDN, /* Leave this as last member */ NDPI_MAX_RISK -- cgit v1.2.3