Documentation¶
Google Summer of Code 2010¶
See GSoC10 for more information.
Installation¶
We are using the python-purple python binding for libpurple.
python-purple with Ubuntu/Debian¶
sudo apt-get install cdbs debhelper libpurple-dev libglib2.0-dev python2.6-dev python-distutils-extra cython subversion mkdir python-purple svn co svn://glastopf.org:9090/python-purple/branches/unstable python-purple cd python-purple sudo python2.6 setup.py install
This works with Cython version 0.11, 0.13 and 0.14
IMHoneypot with Ubuntu/Debian¶
mkdir imhoneypot svn co svn://glastopf.org:9090/imhoneypot/branches/unstable imhoneypot/
What else do we need?¶
python-magic: http://github.com/ahupp/python-magic
Ubuntu:
sudo apt-get install python-magic
Debian:
apt-get install python-magic
Running the IM honeypot with Ubuntu/Debian¶
LD_PRELOAD=/usr/lib/libpurple.so.0 python2.5 imhoneypot.py debug
Protocol specific information¶
Information for:Additional information¶
Some sources for more RelatedInformation.