mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-19 06:54:19 +01:00
Added new random executables
git-svn-id: https://kippo.googlecode.com/svn/trunk@96 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
@@ -42,4 +42,14 @@ class command_wargames(HoneyPotCommand):
|
|||||||
self.exit()
|
self.exit()
|
||||||
clist.append(command_wargames)
|
clist.append(command_wargames)
|
||||||
|
|
||||||
|
class command_libgnome(HoneyPotCommand):
|
||||||
|
def call(self):
|
||||||
|
self.writeln('error while loading shared libraries: libgnome.so.32: cannot open shared object file: No such file or directory')
|
||||||
|
clist.append(command_libgnome)
|
||||||
|
|
||||||
|
class command_xconnect(HoneyPotCommand):
|
||||||
|
def call(self):
|
||||||
|
self.writeln('unable to open display ":0"')
|
||||||
|
clist.append(command_xconnect)
|
||||||
|
|
||||||
# vim: set sw=4 et:
|
# vim: set sw=4 et:
|
||||||
|
|||||||
Reference in New Issue
Block a user