From e68a8dca39368fdcfaec8e4ba504e446760194e5 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Mon, 28 Dec 2015 18:21:59 +0400 Subject: [PATCH] remove malware, dice --- cowrie/commands/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cowrie/commands/__init__.py b/cowrie/commands/__init__.py index da471a2..1555bb0 100644 --- a/cowrie/commands/__init__.py +++ b/cowrie/commands/__init__.py @@ -7,7 +7,6 @@ __all__ = [ 'base', 'busybox', 'curl', - 'dice', 'env', 'ethtool', 'free', @@ -17,7 +16,6 @@ __all__ = [ 'iptables', 'last', 'ls', - 'malware', 'netstat', 'nohup', 'ping',