Added ability to add commands to the honeypot by adding a textfile in txtcmds/

git-svn-id: https://kippo.googlecode.com/svn/trunk@97 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster
2010-04-06 05:35:38 +00:00
parent ee2aeddf26
commit b7406b54bb
3 changed files with 30 additions and 0 deletions

View File

@@ -306,5 +306,6 @@ commands['export'] = command_nop
commands['/bin/bash'] = command_nop
commands['/bin/sh'] = command_nop
commands['/bin/kill'] = command_nop
commands['/bin/su'] = command_nop
# vim: set sw=4 et: