cowrie/kippo/commands/__init__.py

17 lines
248 B
Python

# 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',
'last',
'fs',
]