Commit Graph

15 Commits

Author SHA1 Message Date
nkapu d2eb56c0f5 start.sh and requirements improvements & no moduli fail fix with key exchanges (#194)
* Extra arguments to start.sh and improved requirements doc

Added possibly to pass extra arguments to twistd in start.sh (e.g. `env XARGS=--nodaemon ./start.sh`). Fixed list of the dependencies based on the issue micheloosterhof/cowrie#132 and added example of dependencies in practice for alpine:3.4.

* Fixes no moduli fail with key exchanges

Tries to fix issue micheloosterhof/cowrie#193

* Missing requirement and fixed logging
2016-06-19 17:36:48 +04:00
Michel Oosterhof 4de3455bde explicitly set umask and document effect 2016-04-26 15:16:49 +00:00
Anthony Cozamanis fb7df2632c Update start.sh
Very small change, POSIX sh doesn't understand == for string equality, bash does, but I'm assuming you went with sh for a reason. I updated it to use = instead.
2016-01-18 09:26:48 +08:00
Michel Oosterhof c45caf7f37 authbind docs 2016-01-17 10:32:35 +04:00
Michel Oosterhof 8b37b907b5 unset spew 2015-12-03 11:23:54 +00:00
Michel Oosterhof 0bfaba505b remove unused important and renamed unused variable 2015-12-03 11:13:20 +00:00
Michel Oosterhof aeb8376779 run as git plugin, no longer as .tac file 2015-06-03 16:38:01 +00:00
Michel Oosterhof e6c3e71dc2 cowrie rename 2015-05-12 14:57:29 +00:00
Michel Oosterhof 9e348e4c8d rename ssh_addr -> listen_addr
and ssh_port -> listen_port
old values still accepted for backwards compatibility
2015-02-19 06:51:11 +00:00
Upi Tamminen 224f104dc5 add virtualenv support to start.sh 2014-08-11 20:39:26 +03:00
g0tmi1k 84793d3683 Making it match 'stop.sh'
Related commit: 0c8da1e098
2014-06-10 08:09:44 +01:00
g0tmi1k 91bf09b17b Shouldnt have to be in the root folder to start 2014-05-29 14:57:31 +01:00
desaster 39c68ce598 A bunch of changes:
* 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
2009-11-20 15:48:45 +00:00
desaster ee159e2c66 simpler start.sh is ok
git-svn-id: https://kippo.googlecode.com/svn/trunk@33 951d7100-d841-11de-b865-b3884708a8e2
2009-11-19 15:30:34 +00:00
desaster 9d184aeca9 Switch to using a .tac file instead of kippo.py
git-svn-id: https://kippo.googlecode.com/svn/trunk@32 951d7100-d841-11de-b865-b3884708a8e2
2009-11-19 15:24:57 +00:00