mirror of https://github.com/cowrie/cowrie.git
Added new random executables
git-svn-id: https://kippo.googlecode.com/svn/trunk@96 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
parent
b5c06771c1
commit
ee2aeddf26
|
@ -42,4 +42,14 @@ class command_wargames(HoneyPotCommand):
|
|||
self.exit()
|
||||
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:
|
||||
|
|
Loading…
Reference in New Issue