From f68faba74959a7a935d9e757631237f52e13c4e0 Mon Sep 17 00:00:00 2001 From: Ins1ghtLabs Date: Thu, 1 Sep 2016 13:57:56 +1000 Subject: [PATCH] add signature for redis --- scanner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scanner.py b/scanner.py index 83e97d7..563329e 100644 --- a/scanner.py +++ b/scanner.py @@ -68,6 +68,7 @@ ] SIGNS=[ +'redis|^-ERR\s\w+', 'http|^HTTP.*', 'ssh|SSH-2.0-OpenSSH.*', 'ssh|SSH-1.0-OpenSSH.*',