add dget alias

This commit is contained in:
Michel Oosterhof
2016-01-18 10:52:41 +00:00
parent b822278e14
commit f63bb14a3e

View File

@@ -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):