mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-03 22:34:27 +01:00
* filesystem has a new field A_REALFILE, which can be set to point to a real file within dl/ or honeyfs/ for use with cat or tar * createfs.py update * Added copyright texts & BSD license * Command arguments are now parsed with shlex and passed to commands as a list * new HoneyPotFilesystem methods: mkdir, realfile, update_realfile, is_dir * New command: reboot * Improved ls * A local copy of env.commands is now kept for each session to allow dynamic changes * New commands module: dice - contains random commands assigned to newly created files * Improved tar - pretends to create real files now * Something else I forgot git-svn-id: https://kippo.googlecode.com/svn/trunk@34 951d7100-d841-11de-b865-b3884708a8e2
16 lines
561 B
Plaintext
16 lines
561 B
Plaintext
Kippo
|
|
|
|
http://www.rpg.fi/kippo/
|
|
|
|
Copyright (C) 2009 Upi Tamminen
|
|
|
|
Kippo is a low interaction SSH honeypot intended to become a bit more higher
|
|
interaction honeypot than an average low interactive honeypot.
|
|
|
|
-------------------------------------------------------------------------------
|
|
Kippo was inspired by Kojoney, http://kojoney.sourceforge.net/
|
|
-------------------------------------------------------------------------------
|
|
Thanks for testing, ideas:
|
|
- Viacheslav Slavinsky
|
|
-------------------------------------------------------------------------------
|