Commit Graph

2452 Commits

Author SHA1 Message Date
desaster 34257aa97b cleanup core, which was moved
git-svn-id: https://kippo.googlecode.com/svn/trunk@52 951d7100-d841-11de-b865-b3884708a8e2
2009-11-22 07:09:44 +00:00
desaster 512491c640 svn breakage
git-svn-id: https://kippo.googlecode.com/svn/trunk@51 951d7100-d841-11de-b865-b3884708a8e2
2009-11-22 07:09:09 +00:00
desaster 88d377cfc6 move core/ and commands/ to kippo/
git-svn-id: https://kippo.googlecode.com/svn/trunk@50 951d7100-d841-11de-b865-b3884708a8e2
2009-11-22 07:07:58 +00:00
desaster 876e116b62 load fs.pickle location from config
git-svn-id: https://kippo.googlecode.com/svn/trunk@49 951d7100-d841-11de-b865-b3884708a8e2
2009-11-22 07:00:04 +00:00
desaster 6542b9cfb5 move configuration to kippo.cfg (ConfigParser)
git-svn-id: https://kippo.googlecode.com/svn/trunk@48 951d7100-d841-11de-b865-b3884708a8e2
2009-11-22 06:56:30 +00:00
desaster d60f9232a5 don't import default, it was just a test
git-svn-id: https://kippo.googlecode.com/svn/trunk@47 951d7100-d841-11de-b865-b3884708a8e2
2009-11-22 01:01:36 +00:00
desaster d4ad2ec46c win32 tweaks
git-svn-id: https://kippo.googlecode.com/svn/trunk@46 951d7100-d841-11de-b865-b3884708a8e2
2009-11-22 00:49:53 +00:00
desaster 0453c28c63 win32 tweaks
git-svn-id: https://kippo.googlecode.com/svn/trunk@45 951d7100-d841-11de-b865-b3884708a8e2
2009-11-22 00:05:06 +00:00
desaster f6c682c8e9 win32 fixes
git-svn-id: https://kippo.googlecode.com/svn/trunk@44 951d7100-d841-11de-b865-b3884708a8e2
2009-11-21 20:29:03 +00:00
desaster f4e4445588 win32 fixes
git-svn-id: https://kippo.googlecode.com/svn/trunk@43 951d7100-d841-11de-b865-b3884708a8e2
2009-11-21 19:50:25 +00:00
desaster 675dbadaa0 New random command: wargames
git-svn-id: https://kippo.googlecode.com/svn/trunk@42 951d7100-d841-11de-b865-b3884708a8e2
2009-11-21 13:25:14 +00:00
desaster bb422a60fc according to http://www.securityfocus.com/infocus/1876, "123456" should be the
most common password attempt


git-svn-id: https://kippo.googlecode.com/svn/trunk@41 951d7100-d841-11de-b865-b3884708a8e2
2009-11-21 12:58:52 +00:00
desaster 902b0ce29e move filesystem related stuff to core/fs.py
git-svn-id: https://kippo.googlecode.com/svn/trunk@40 951d7100-d841-11de-b865-b3884708a8e2
2009-11-21 11:51:23 +00:00
desaster 9c93742f45 Add HoneypotPasswordChecker which will log attempted passwords and allow
multiple passwords for one user


git-svn-id: https://kippo.googlecode.com/svn/trunk@39 951d7100-d841-11de-b865-b3884708a8e2
2009-11-21 11:07:26 +00:00
desaster 536ec915d1 prevent rmdir of non-empty directories
git-svn-id: https://kippo.googlecode.com/svn/trunk@38 951d7100-d841-11de-b865-b3884708a8e2
2009-11-20 17:01:10 +00:00
desaster 078904c7a8 forgot to remove a debug thingie
git-svn-id: https://kippo.googlecode.com/svn/trunk@37 951d7100-d841-11de-b865-b3884708a8e2
2009-11-20 16:43:11 +00:00
desaster 3b2e208f72 poor orly owl was missing a part of his head
git-svn-id: https://kippo.googlecode.com/svn/trunk@36 951d7100-d841-11de-b865-b3884708a8e2
2009-11-20 16:32:12 +00:00
desaster 2d363cee9a forgot to include dice.py in last update
git-svn-id: https://kippo.googlecode.com/svn/trunk@35 951d7100-d841-11de-b865-b3884708a8e2
2009-11-20 15:49:23 +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 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
desaster 92a2276c14 commands are now loaded and assigned to their fake binaries in a way that is
more straightforward when adding new commands.

also wget improvements

+ something else


git-svn-id: https://kippo.googlecode.com/svn/trunk@31 951d7100-d841-11de-b865-b3884708a8e2
2009-11-19 14:56:36 +00:00
desaster 9bc56569b4 Have wget assume urls should start with http://
git-svn-id: https://kippo.googlecode.com/svn/trunk@30 951d7100-d841-11de-b865-b3884708a8e2
2009-11-18 21:28:41 +00:00
desaster 197322b6c4 Fix when running wget without parameters
git-svn-id: https://kippo.googlecode.com/svn/trunk@29 951d7100-d841-11de-b865-b3884708a8e2
2009-11-18 21:09:09 +00:00
desaster 70f542669b Make wget more realistic
git-svn-id: https://kippo.googlecode.com/svn/trunk@28 951d7100-d841-11de-b865-b3884708a8e2
2009-11-18 21:05:29 +00:00
desaster a06c4794c6 Fix input beginning with spaces
git-svn-id: https://kippo.googlecode.com/svn/trunk@27 951d7100-d841-11de-b865-b3884708a8e2
2009-11-18 21:05:10 +00:00
desaster 990071ab61 New command: rmdir
git-svn-id: https://kippo.googlecode.com/svn/trunk@26 951d7100-d841-11de-b865-b3884708a8e2
2009-11-18 21:04:52 +00:00
desaster 99a57cc5a4 New command: rmdir
git-svn-id: https://kippo.googlecode.com/svn/trunk@25 951d7100-d841-11de-b865-b3884708a8e2
2009-11-18 21:04:35 +00:00
desaster 617910ed93 core tweaking, improvements
New commands: hostname, ps, ping
wget improvements
filesystem improvements
other stuff i forgot



git-svn-id: https://kippo.googlecode.com/svn/trunk@24 951d7100-d841-11de-b865-b3884708a8e2
2009-11-18 16:20:01 +00:00
desaster 5c0191e28b prettier commands
git-svn-id: https://kippo.googlecode.com/svn/trunk@23 951d7100-d841-11de-b865-b3884708a8e2
2009-11-18 05:59:58 +00:00
desaster 27cb7d4eda ssh improvements
git-svn-id: https://kippo.googlecode.com/svn/trunk@22 951d7100-d841-11de-b865-b3884708a8e2
2009-11-18 05:57:34 +00:00
desaster af400735fd Log commands again
git-svn-id: https://kippo.googlecode.com/svn/trunk@21 951d7100-d841-11de-b865-b3884708a8e2
2009-11-17 22:09:38 +00:00
desaster 12f83ccb6f Reimplement running commands in a bit more sane way - should allow for easier
interactive commands (eg. passwd).

Fix history (uparrow)



git-svn-id: https://kippo.googlecode.com/svn/trunk@20 951d7100-d841-11de-b865-b3884708a8e2
2009-11-17 21:49:37 +00:00
desaster 29569cb639 Add ssh_port to config.py
git-svn-id: https://kippo.googlecode.com/svn/trunk@19 951d7100-d841-11de-b865-b3884708a8e2
2009-11-17 10:02:23 +00:00
desaster b6786b2296 Add a configuration file
git-svn-id: https://kippo.googlecode.com/svn/trunk@18 951d7100-d841-11de-b865-b3884708a8e2
2009-11-17 08:23:47 +00:00
desaster 8a76ada681 Clear screen on fake exit
git-svn-id: https://kippo.googlecode.com/svn/trunk@17 951d7100-d841-11de-b865-b3884708a8e2
2009-11-17 07:52:25 +00:00
desaster 92fe2cd850 Callback changes
New command: ssh


git-svn-id: https://kippo.googlecode.com/svn/trunk@16 951d7100-d841-11de-b865-b3884708a8e2
2009-11-17 07:50:44 +00:00
desaster e00b0c3c59 Implement command input
git-svn-id: https://kippo.googlecode.com/svn/trunk@15 951d7100-d841-11de-b865-b3884708a8e2
2009-11-17 07:08:16 +00:00
desaster 342c95941e Add fake exit
git-svn-id: https://kippo.googlecode.com/svn/trunk@14 951d7100-d841-11de-b865-b3884708a8e2
2009-11-17 05:58:27 +00:00
desaster 90172c1d2b prevent duplicate files
git-svn-id: https://kippo.googlecode.com/svn/trunk@13 951d7100-d841-11de-b865-b3884708a8e2
2009-11-16 17:55:24 +00:00
desaster 285fbb21ab add some duplicate file prevention
git-svn-id: https://kippo.googlecode.com/svn/trunk@12 951d7100-d841-11de-b865-b3884708a8e2
2009-11-16 17:43:25 +00:00
desaster 1e3246c6cd New commands: mkdir, id
git-svn-id: https://kippo.googlecode.com/svn/trunk@11 951d7100-d841-11de-b865-b3884708a8e2
2009-11-14 06:55:38 +00:00
desaster 51cc677153 Try and prevent NMAP from detecting the honeypot as Kojoney
Add windowChanged



git-svn-id: https://kippo.googlecode.com/svn/trunk@10 951d7100-d841-11de-b865-b3884708a8e2
2009-11-13 06:49:46 +00:00
desaster 888b4bad3e Fix a typo in tar
git-svn-id: https://kippo.googlecode.com/svn/trunk@9 951d7100-d841-11de-b865-b3884708a8e2
2009-11-11 12:44:05 +00:00
desaster 7fc38df65f Add ./dl to the repository
git-svn-id: https://kippo.googlecode.com/svn/trunk@8 951d7100-d841-11de-b865-b3884708a8e2
2009-11-11 08:42:03 +00:00
desaster 455647ed5b Save downloaded file locally
git-svn-id: https://kippo.googlecode.com/svn/trunk@7 951d7100-d841-11de-b865-b3884708a8e2
2009-11-11 08:08:19 +00:00
desaster afd3626b38 New command: passwd
git-svn-id: https://kippo.googlecode.com/svn/trunk@6 951d7100-d841-11de-b865-b3884708a8e2
2009-11-11 06:31:17 +00:00
desaster e90538042f Add "file not found" for rm
New commands: set, unset, history, export


git-svn-id: https://kippo.googlecode.com/svn/trunk@5 951d7100-d841-11de-b865-b3884708a8e2
2009-11-11 05:47:34 +00:00
desaster 393a33ff02 New command: uname
git-svn-id: https://kippo.googlecode.com/svn/trunk@4 951d7100-d841-11de-b865-b3884708a8e2
2009-11-10 20:40:06 +00:00
desaster b17c69c572 Fix logging
git-svn-id: https://kippo.googlecode.com/svn/trunk@3 951d7100-d841-11de-b865-b3884708a8e2
2009-11-10 19:39:29 +00:00