diff options
author | Luca <deri@ntop.org> | 2022-02-03 09:17:54 +0100 |
---|---|---|
committer | Luca <deri@ntop.org> | 2022-02-03 09:17:54 +0100 |
commit | 37ff626e78149b4eb877b042672801b58d797100 (patch) | |
tree | 7654aeb95ebd3761a18ab49176d82bad1785f962 /python | |
parent | cd3d720ae36e943a3e9ddd7275b983df6c6652d0 (diff) |
Added new IDN/Punycode risk for spotting internationalized domain names
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 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 |