From f63bb14a3e09e3b41c32fe35ca3216604e16594b Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Mon, 18 Jan 2016 10:52:41 +0000 Subject: [PATCH] add dget alias --- cowrie/commands/wget.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cowrie/commands/wget.py b/cowrie/commands/wget.py index ca013a8..4adbf3e 100644 --- a/cowrie/commands/wget.py +++ b/cowrie/commands/wget.py @@ -189,6 +189,7 @@ class command_wget(HoneyPotCommand): # time.strftime('%Y-%m-%d %T')) self.exit() commands['/usr/bin/wget'] = command_wget +commands['/usr/bin/dget'] = command_wget # from http://code.activestate.com/recipes/525493/ class HTTPProgressDownloader(client.HTTPDownloader):