mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-08 16:54:30 +01:00
24 lines
343 B
Python
24 lines
343 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',
|
|
'sleep',
|
|
'last',
|
|
'uname',
|
|
'fs',
|
|
'malware',
|
|
'netstat',
|
|
'which',
|
|
'gcc',
|
|
'iptables'
|
|
]
|