Commit Graph

8 Commits

Author SHA1 Message Date
HonigBij 7bca3b7d92 Added multiple options
-v             verbose
  -p             include /proc
  -l <dir>       local root directory (default is current working directory)
  -d <depth>     maximum depth (default is full depth)
  -o <file>      write output to file instead of stdout
2015-03-16 15:23:30 +01:00
Michel Oosterhof 9d5930e109 Fix timestamp issue when gen'ing fs (Issue #83) 2014-10-04 19:22:27 +00:00
Upi Tamminen 957508f3b7 fix incorrect syntax, fixes #126 2014-06-14 13:11:03 +03:00
g0tmi1k 9221278682 Replaced tabs with spaces 2014-06-01 14:20:50 +01:00
desaster ce1ad9e87c Skip files if they cause trouble
git-svn-id: https://kippo.googlecode.com/svn/trunk@178 951d7100-d841-11de-b865-b3884708a8e2
2010-10-25 15:11:50 +00:00
desaster c5604e7f66 By default, start recursing from /
git-svn-id: https://kippo.googlecode.com/svn/trunk@141 951d7100-d841-11de-b865-b3884708a8e2
2010-06-24 12:03:31 +00: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 2954787fd7 initial import
git-svn-id: https://kippo.googlecode.com/svn/trunk@1 951d7100-d841-11de-b865-b3884708a8e2
2009-11-10 18:57:59 +00:00