cowrie/kippo/commands/__init__.py

23 lines
327 B
Python
Raw Normal View History

# Copyright (c) 2009 Upi Tamminen <desaster@gmail.com>
# See the COPYRIGHT file for more information
__all__ = [
'base',
'ls',
'ping',
'ssh',
'tar',
'wget',
'apt',
'dice',
'adduser',
2014-11-12 12:56:37 +00:00
'sleep',
'last',
2014-11-12 17:17:49 +00:00
'uname',
'fs',
'malware',
'netstat',
'which',
2015-02-03 16:33:54 +00:00
'gcc'
]