From 0f46026012e4bd159d4dff2ae57ff671d9018ee6 Mon Sep 17 00:00:00 2001 From: ocket8888 Date: Tue, 31 Jul 2018 08:48:21 -0600 Subject: [PATCH] Fixed config using deprecated 'PORTSCAN' attribute instead of 'SCAN' --- connmonitor/connmonitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connmonitor/connmonitor.py b/connmonitor/connmonitor.py index c407f10..837e460 100755 --- a/connmonitor/connmonitor.py +++ b/connmonitor/connmonitor.py @@ -54,7 +54,7 @@ class Config(): NUMPINGS = 10 PAYLOAD = b'The very model of a modern Major General.' PING = 500.0 - PORTSCAN = 0.0 + SCAN = 0.0 TIMESTAMP = True TRACE = 0.0