From daa1171593300e4a74022f8f7a935658ec3de3ab Mon Sep 17 00:00:00 2001 From: MrTiz9 Date: Fri, 24 Jan 2020 17:08:55 +0100 Subject: nDPI now detect RCE in HTTP GET requests --- python/ndpi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/ndpi.py b/python/ndpi.py index ed7720192..a037bf5aa 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -36,7 +36,8 @@ typedef enum { typedef enum { ndpi_url_no_problem = 0, ndpi_url_possible_xss, - ndpi_url_possible_sql_injection + ndpi_url_possible_sql_injection, + ndpi_url_possible_rce_injection } ndpi_url_risk; /* NDPI_VISIT */ -- cgit v1.2.3