Honeypots/kippo

Aus SchnallIchNet
Wechseln zu: Navigation, Suche

required

apt-get install python-twisted 

which should resolve dependencies for debian 5.0.x systems

    An operating system (tested on Debian, CentOS, FreeBSD and Windows 7)
    Python 2.5+
    Twisted 8.0+
    PyCrypto
    Zope Interface 


installation

checkout:

svn co https://kippo.googlecode.com/svn/trunk ./kippo-svn

do not run as root:

chown -R kippo.kippo ./kippo-svn

config-file (kippo.cfg):

[honeypot]
ssh_port = 2222
hostname = sales
log_path = log
download_path = dl
contents_path = honeyfs
filesystem_file = fs.pickle
data_path = data
txtcmds_path = txtcmds
public_key = public.key
private_key = private.key
interact_enabled = false
interact_port = 5123

these are the default-values...
read well documented config file for more info...


run

cd ./kippo-svn
sudo -u kippo ./start.sh